Update hiera.yaml defaults
A default data_hash matches our documentation better https://puppet.com/docs/puppet/7/hiera_config_yaml_5.htm
This commit is contained in:
parent
9302714509
commit
78730d120a
@ -3,10 +3,9 @@ version: 5
|
|||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
datadir: "data"
|
datadir: "data"
|
||||||
|
data_hash: yaml_data
|
||||||
hierarchy:
|
hierarchy:
|
||||||
- name: "Yaml backend"
|
- name: "Yaml backend"
|
||||||
data_hash: yaml_data
|
|
||||||
paths:
|
paths:
|
||||||
- "nodes/%{trusted.certname}.yaml"
|
- "nodes/%{trusted.certname}.yaml"
|
||||||
- "common.yaml"
|
- "common.yaml"
|
||||||
|
Loading…
Reference in New Issue
Block a user