puppet-prod/hiera.yaml
Ben Vincent 35058651fc Updated environment setup
* moved site.pp to manifests/site.pp
 * created hiera.yaml file
 * created hieradata/nodes directory, included in hiera.yaml
2023-06-18 17:31:59 +10:00

9 lines
257 B
YAML

---
version: 5
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.