diff options
Diffstat (limited to 'global')
-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 |