From 0aa8510b29568a7001e1f5257c245fb532760a61 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 28 Jan 2014 15:06:44 -0200 Subject: Adding hiera configuration --- hiera/hiera.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 hiera/hiera.yaml (limited to 'hiera/hiera.yaml') 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 -- cgit v1.2.3