diff options
author | Fredrik Thulin <fredrik@thulin.net> | 2015-02-23 16:01:24 +0100 |
---|---|---|
committer | Fredrik Thulin <fredrik@thulin.net> | 2015-02-23 16:01:24 +0100 |
commit | 3d51588fcff271b76353bab59b93077eb7d06159 (patch) | |
tree | 454fdd404dfaf8c7b7411560996a5fd84381801a /global/overlay | |
parent | e6e25edc7e1d5732aaa3c956359681318d5f0946 (diff) |
update yaml syntax to work on Ubuntu 14.04
Diffstat (limited to 'global/overlay')
-rw-r--r-- | global/overlay/etc/puppet/hiera.yaml | 14 |
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: |