Index: hiera/vagrant.yaml |
diff --git a/hiera/vagrant.yaml b/hiera/vagrant.yaml |
new file mode 100644 |
index 0000000000000000000000000000000000000000..cb7a8e80b04a1b56e3e681bbf8475a2acb626fd2 |
--- /dev/null |
+++ b/hiera/vagrant.yaml |
@@ -0,0 +1,11 @@ |
+--- |
+:backends: |
+ - yaml |
+:yaml: |
+ :datadir: /vagrant/hiera |
+:hierarchy: |
+ - "environments/development/base" |
+ - "environments/development/hosts" |
+ - "nodes/%{::hostname}" |
Wladimir Palant
2014/09/09 18:15:06
That's the wrong approach - we have YAML files per
mathias
2014/10/08 03:02:33
Well, actually this is not wrong. Having separate
|
+ - common |
+ |