
A default data_hash matches our documentation better https://puppet.com/docs/puppet/7/hiera_config_yaml_5.htm
12 lines
177 B
YAML
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"
|