fix order of hiera files
This commit is contained in:
parent
6b5c27204f
commit
169d3fedb5
1 changed files with 2 additions and 2 deletions
|
@ -6,14 +6,14 @@
|
|||
:logger: console
|
||||
|
||||
:hierarchy:
|
||||
- "%{env}/%{location}/%{calling_module}"
|
||||
- "%{env}/%{calling_module}"
|
||||
- local
|
||||
- group
|
||||
- secrets.yaml
|
||||
- "dist_%{::lsbdistcodename}_override"
|
||||
- common
|
||||
|
||||
|
||||
|
||||
:yaml:
|
||||
:datadir: /etc/hiera/data
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue