diff options
author | Leif Johansson <leifj@mnt.se> | 2015-02-23 20:01:18 +0100 |
---|---|---|
committer | Leif Johansson <leifj@mnt.se> | 2015-02-23 20:01:18 +0100 |
commit | 4567098da8d443b65b3c32a7406cd8ad07217ff8 (patch) | |
tree | 66ab8b88ea088efc6a83ad03e646e384dc2ff7df /global/overlay/etc/puppet/hiera.yaml | |
parent | 4f300ca63268f73a63e01f5528ecdc5e6f46d67e (diff) | |
parent | cd2b67ff5a8e308dc701319c189d3f8fa9b5370e (diff) |
Merge pull request #8 from fredrikt/master
merge from eduid
Diffstat (limited to 'global/overlay/etc/puppet/hiera.yaml')
-rw-r--r-- | global/overlay/etc/puppet/hiera.yaml | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/global/overlay/etc/puppet/hiera.yaml b/global/overlay/etc/puppet/hiera.yaml index cd619bb..3663305 100644 --- a/global/overlay/etc/puppet/hiera.yaml +++ b/global/overlay/etc/puppet/hiera.yaml @@ -1,13 +1,16 @@ --- -: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}" + - local + - secrets.yaml + - common :yaml: |