diff --git a/hiera.yaml b/hiera.yaml index c5cad1d..600c7fd 100644 --- a/hiera.yaml +++ b/hiera.yaml @@ -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"