diff options
author | varac <varacanero@zeromail.org> | 2012-09-20 12:20:15 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2012-09-20 12:20:15 +0200 |
commit | 7ad84a65744250098be1e05ef998f32f5c0a0523 (patch) | |
tree | c373fd0ba052117a94fd886525d739d0336d674a /puppet/hiera.yaml | |
parent | 71e3e3cf022db2c83a52414f9c1cd2e3a985b25d (diff) |
hierachy levels need to be unambiguous, so we can't use services here, as one host could provide multiple services
Diffstat (limited to 'puppet/hiera.yaml')
-rw-r--r-- | puppet/hiera.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/hiera.yaml b/puppet/hiera.yaml index 76584ad1..764966a2 100644 --- a/puppet/hiera.yaml +++ b/puppet/hiera.yaml @@ -7,7 +7,7 @@ :hierarchy: - hosts/%{fqdn} - - services/%{service} +# - services/%{service} # that's not possible, as hiera needs _one_ target per hierarchy - defaults # relative from where puppet is run, so we need to run puppet |