summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFredrik Thulin <fredrik@thulin.net>2015-02-23 16:01:24 +0100
committerFredrik Thulin <fredrik@thulin.net>2015-02-23 16:01:24 +0100
commit3d51588fcff271b76353bab59b93077eb7d06159 (patch)
tree454fdd404dfaf8c7b7411560996a5fd84381801a
parente6e25edc7e1d5732aaa3c956359681318d5f0946 (diff)
update yaml syntax to work on Ubuntu 14.04
-rw-r--r--global/overlay/etc/puppet/hiera.yaml14
1 files changed, 8 insertions, 6 deletions
diff --git a/global/overlay/etc/puppet/hiera.yaml b/global/overlay/etc/puppet/hiera.yaml
index cd619bb..782fa7f 100644
--- a/global/overlay/etc/puppet/hiera.yaml
+++ b/global/overlay/etc/puppet/hiera.yaml
@@ -1,13 +1,15 @@
---
-:backends: - yaml
- - gpg
+:backends:
+ - yaml
+ - gpg
:logger: console
-:hierarchy: - %{env}/%{location}/%{calling_module}
- - %{env}/%{calling_module}
- - secrets.yaml
- - common
+:hierarchy:
+ - "%{env}/%{location}/%{calling_module}"
+ - "%{env}/%{calling_module}"
+ - secrets.yaml
+ - common
:yaml: