diff options
author | Fredrik Thulin <fredrik@thulin.net> | 2015-02-23 16:01:40 +0100 |
---|---|---|
committer | Fredrik Thulin <fredrik@thulin.net> | 2015-02-23 16:01:40 +0100 |
commit | d164fde704f65432943a4fa3f6d5a3f3298c262d (patch) | |
tree | 2b5675c83a2942b0ea387f6010e3e94bbcb9c7ab /global/overlay/etc/puppet | |
parent | 3d51588fcff271b76353bab59b93077eb7d06159 (diff) |
add 'local' source
Diffstat (limited to 'global/overlay/etc/puppet')
-rw-r--r-- | global/overlay/etc/puppet/hiera.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/global/overlay/etc/puppet/hiera.yaml b/global/overlay/etc/puppet/hiera.yaml index 782fa7f..3663305 100644 --- a/global/overlay/etc/puppet/hiera.yaml +++ b/global/overlay/etc/puppet/hiera.yaml @@ -8,6 +8,7 @@ :hierarchy: - "%{env}/%{location}/%{calling_module}" - "%{env}/%{calling_module}" + - local - secrets.yaml - common |