diff options
Diffstat (limited to 'hiera.yaml')
-rw-r--r-- | hiera.yaml | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -1,10 +1,11 @@ --- -:backends: - - yaml +# Hiera 5 Global configuration file -:hierarchy: - - "osfamily/%{::osfamily}" - - common +version: 5 -:yaml: - :datadir: /etc/puppet/code/hiera +# defaults: +# data_hash: yaml_data +# hierarchy: +# - name: Common +# data_hash: yaml_data +hierarchy: [] |