summaryrefslogtreecommitdiff
path: root/hiera.yaml
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-02-23 13:05:49 +0100
committervarac <varacanero@zeromail.org>2016-02-23 13:05:49 +0100
commit7c12520c65f4efc6342a77eb208772c1be006286 (patch)
tree5d5e6acbfbe9c834f0341fcfb7117b525dc8228f /hiera.yaml
parentf6297a1b8f776875689deaab9b1fb0c76b4b21a3 (diff)
Add hiera.yaml so vagrant provision doesn't complain about it missing
Warning: Config file /etc/puppet/hiera.yaml not found, using Hiera defaults
Diffstat (limited to 'hiera.yaml')
-rw-r--r--hiera.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/hiera.yaml b/hiera.yaml
new file mode 100644
index 00000000..3ff857b8
--- /dev/null
+++ b/hiera.yaml
@@ -0,0 +1,6 @@
+---
+:backends: yaml
+:yaml:
+ :datadir: /var/lib/hiera
+:hierarchy: common
+:logger: console