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:
|
||||
datadir: "data"
|
||||
|
||||
data_hash: yaml_data
|
||||
hierarchy:
|
||||
- name: "Yaml backend"
|
||||
data_hash: yaml_data
|
||||
paths:
|
||||
- "nodes/%{trusted.certname}.yaml"
|
||||
- "common.yaml"
|
||||
|
Loading…
Reference in New Issue
Block a user