diff options
Diffstat (limited to 'hiera.yaml')
-rw-r--r-- | hiera.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,8 +5,8 @@ defaults: datadir: "data" hierarchy: - - name: 'Yaml backend' + - name: "Yaml backend" data_hash: yaml_data paths: - "nodes/%{trusted.certname}.yaml" - - 'common.yaml' + - "common.yaml" |