puppet-prod/hiera.yaml

11 lines
222 B
YAML

---
version: 5
defaults:
datadir: "hieradata"
data_hash: "yaml_data"
hierarchy:
- name: Node-specific data
path: "nodes/%{trusted.certname}.yaml"
- name: Common data shared across nodes
path: "common.yaml"