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:
David Sandilands 2022-02-28 11:21:24 +00:00 committed by GitHub
parent 9302714509
commit 78730d120a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"