diff options
author | varac <varacanero@zeromail.org> | 2012-09-20 13:39:00 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2012-09-20 13:39:00 +0200 |
commit | 5c7ce0a1c90ab1c0844369882f7fcdb6ff05c16d (patch) | |
tree | e08834c93f3a7db738ede676f1fe182545777a6e /puppet | |
parent | 7ad84a65744250098be1e05ef998f32f5c0a0523 (diff) |
new config layout
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/hiera.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/puppet/hiera.yaml b/puppet/hiera.yaml index 764966a2..66efa299 100644 --- a/puppet/hiera.yaml +++ b/puppet/hiera.yaml @@ -7,7 +7,10 @@ :hierarchy: - hosts/%{fqdn} -# - services/%{service} # that's not possible, as hiera needs _one_ target per hierarchy + - ca/%{fqdn} + - ca/defaults + - eip/%{fqdn} + - eip/defaults - defaults # relative from where puppet is run, so we need to run puppet |