control-repo/hiera.yaml
David Sandilands 78730d120a
Update hiera.yaml defaults
A default data_hash matches our documentation better https://puppet.com/docs/puppet/7/hiera_config_yaml_5.htm
2022-02-28 11:21:24 +00:00

12 lines
177 B
YAML

---
version: 5
defaults:
datadir: "data"
data_hash: yaml_data
hierarchy:
- name: "Yaml backend"
paths:
- "nodes/%{trusted.certname}.yaml"
- "common.yaml"