diff options
author | Leif Johansson <leifj@sunet.se> | 2015-03-22 01:12:40 +0100 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2015-03-22 01:12:40 +0100 |
commit | 3a8ee7ace2bdd268d870fed9755fb91f21a10c5b (patch) | |
tree | a633960bce278f587ed5b4a29d54ffc529590d50 /global/overlay/etc/puppet/hiera.yaml | |
parent | 73bc205b46926c0b775e484b4f7d8c14611f0b8f (diff) | |
parent | c04894515146e2e762d25abcff275c0d03dfe0c6 (diff) |
Merge branch 'multiverse'
Conflicts:
global/overlay/etc/puppet/cosmos-modules.conf
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: |