diff options
| author | varac <varacanero@zeromail.org> | 2012-10-13 10:42:49 +0200 | 
|---|---|---|
| committer | varac <varacanero@zeromail.org> | 2012-10-13 10:42:49 +0200 | 
| commit | caea416c370bd2f6aa4c012f4ca40ac312269ad1 (patch) | |
| tree | d4776be55f6446ccc8e79f7a0cd21927029da1bf | |
| parent | 362cb50e73fd86cf1a7c705fdedfd6227cbe5ff3 (diff) | |
use defaults.yaml as fallback
| -rw-r--r-- | puppet/hiera.yaml | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/hiera.yaml b/puppet/hiera.yaml index 4194c6c9..af448d57 100644 --- a/puppet/hiera.yaml +++ b/puppet/hiera.yaml @@ -7,6 +7,7 @@  :hierarchy:    - %{fqdn} +  - defaults  #former hierarchy, not used anymore  #  - hosts/%{fqdn}  #  - ca/%{fqdn}  | 
