Merge pull request #10 from neoloc/fix/repo_layout2

Added name key to each node under hierarchy
This commit is contained in:
Ben Vincent 2023-06-18 17:38:28 +10:00 committed by GitHub
commit 284f3ff7ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,5 +4,7 @@ defaults:
datadir: "hieradata"
data_hash: "yaml_data"
hierarchy:
- path: "nodes/%{trusted.certname}.yaml" # Node-specific data, overrides other levels.
- path: "common.yaml" # Common data shared across nodes.
- name: Node-specific data
path: "nodes/%{trusted.certname}.yaml"
- name: Common data shared across nodes
path: "common.yaml"