Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: hiera/vagrant.yaml

Issue 4810150141493248: Issue 122 - Puppet ENC via Hiera (Closed)
Patch Set: Created Sept. 8, 2014, 11:56 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
+

Powered by Google App Engine
This is Rietveld