Make the hiera hierarchy hierarchical
This commit is contained in:
parent
a0b6e70c19
commit
90c18985f9
@ -5,6 +5,7 @@ hierarchy:
|
|||||||
- name: "Platform"
|
- name: "Platform"
|
||||||
backend: yaml
|
backend: yaml
|
||||||
paths:
|
paths:
|
||||||
- "osfamily/%{facts.os.name}/%{facts.os.release.major}"
|
- "os/%{facts.os.family}/%{facts.os.name}/%{facts.os.release.major}"
|
||||||
- "osfamily/%{facts.os.family}"
|
- "os/%{facts.os.family}/%{facts.os.name}"
|
||||||
|
- "os/%{facts.os.family}"
|
||||||
- "common"
|
- "common"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user