dots/puppet/production/hiera.yaml
2017-06-04 23:56:56 -07:00

11 lines
354 B
YAML

---
version: 5
defaults: # Used for any hierarchy level that omits these keys.
datadir : hieradata # This path is relative to hiera.yaml's directory.
data_hash : yaml_data # Use the built-in YAML backend.
hierarchy:
- name: "Per-node data"
path: "nodes/%{hostname}.yaml"
- name: "Common data"
path: "common.yaml"