diff options
author | varac <varacanero@zeromail.org> | 2012-10-05 23:14:15 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2012-10-05 23:14:15 +0200 |
commit | c5196bcd0f1e93a1f56cd9b5387577c0e438eda6 (patch) | |
tree | f2526c1c31c463e42a4e38d94d949d130782865c /puppet/hiera.yaml | |
parent | 76f15950d637a79604f6472ba19f662069e59dc8 (diff) |
flatten hiera hierarchy
Diffstat (limited to 'puppet/hiera.yaml')
-rw-r--r-- | puppet/hiera.yaml | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/puppet/hiera.yaml b/puppet/hiera.yaml index 95283394..4194c6c9 100644 --- a/puppet/hiera.yaml +++ b/puppet/hiera.yaml @@ -6,13 +6,15 @@ :logger: console :hierarchy: - - hosts/%{fqdn} - - ca/%{fqdn} - - ca/defaults - - eip/%{fqdn} - - eip/defaults + - %{fqdn} +#former hierarchy, not used anymore +# - hosts/%{fqdn} +# - ca/%{fqdn} +# - ca/defaults +# - eip/%{fqdn} +# - eip/defaults # more services following - - defaults +# - defaults # relative from where puppet is run, so we need to run puppet # from the root dir of the leap_platform repo |