diff options
Diffstat (limited to 'hiera')
-rw-r--r-- | hiera/hiera.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/hiera/hiera.yaml b/hiera/hiera.yaml new file mode 100644 index 0000000..f5bc512 --- /dev/null +++ b/hiera/hiera.yaml @@ -0,0 +1,14 @@ +--- +:backends: + - yaml +:yaml: + :datadir: /etc/puppet/hiera +:hierarchy: + - '%{::environment}/domain/%{::domain}/node/%{::clientcert}' + - '%{::environment}/domain/%{::domain}/role/%{::role}' + - '%{::environment}/domain/%{::domain}/location/%{::location}' + - '%{::environment}/domain/%{::domain}/%{::domain}' + - '%{::environment}/location/%{::location}' + - '%{::environment}/virtual/%{::virtual}' + - '%{::environment}/role/%{::role}' + - common |