aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/puppet/templates/hiera.yaml14
1 files changed, 7 insertions, 7 deletions
diff --git a/modules/puppet/templates/hiera.yaml b/modules/puppet/templates/hiera.yaml
index 8b5fcf73..fcef4278 100644
--- a/modules/puppet/templates/hiera.yaml
+++ b/modules/puppet/templates/hiera.yaml
@@ -1,9 +1,9 @@
---
-:backends: - yaml
-
-:logger: console
-
-:hierarchy: - %{env}
- - common
+:backends:
+ - yaml
:yaml:
- :datadir: /etc/puppet/hieradata
+ :datadir: /etc/puppet/hieradata
+:logger: console
+:hierarchy:
+ - "%{::environment}"
+ - common