Merge pull request #10 from neoloc/fix/repo_layout2
Added name key to each node under hierarchy
This commit is contained in:
commit
284f3ff7ed
@ -4,5 +4,7 @@ defaults:
|
|||||||
datadir: "hieradata"
|
datadir: "hieradata"
|
||||||
data_hash: "yaml_data"
|
data_hash: "yaml_data"
|
||||||
hierarchy:
|
hierarchy:
|
||||||
- path: "nodes/%{trusted.certname}.yaml" # Node-specific data, overrides other levels.
|
- name: Node-specific data
|
||||||
- path: "common.yaml" # Common data shared across nodes.
|
path: "nodes/%{trusted.certname}.yaml"
|
||||||
|
- name: Common data shared across nodes
|
||||||
|
path: "common.yaml"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user