control-repo/hiera.yaml
2021-04-28 14:34:49 +08:00

14 lines
214 B
YAML

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