diff options
author | Fredrik Thulin <fredrik@thulin.net> | 2014-05-27 10:19:47 +0200 |
---|---|---|
committer | Fredrik Thulin <fredrik@thulin.net> | 2014-05-27 10:19:47 +0200 |
commit | e99fbf5eed5e7147f2250a1ccad41b52fcc56c1d (patch) | |
tree | ebccc1b769df8b2e0403e0cec32bff9404724b57 /global/overlay/etc | |
parent | 15b5d5a36f1a6adcefa7bb9026a50fa9d8557994 (diff) |
update to make work on Ubuntu 14.04sunet-ops-2014-05-27-v01
Diffstat (limited to 'global/overlay/etc')
-rw-r--r-- | global/overlay/etc/puppet/hiera.yaml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/global/overlay/etc/puppet/hiera.yaml b/global/overlay/etc/puppet/hiera.yaml index cd619bb..ba2e7d8 100644 --- a/global/overlay/etc/puppet/hiera.yaml +++ b/global/overlay/etc/puppet/hiera.yaml @@ -1,11 +1,13 @@ --- -:backends: - yaml +:backends: + - yaml - gpg :logger: console -:hierarchy: - %{env}/%{location}/%{calling_module} - - %{env}/%{calling_module} +:hierarchy: + - "%{env}/%{location}/%{calling_module}" + - "%{env}/%{calling_module}" - secrets.yaml - common |