# HG changeset patch # User IBBoard # Date 1725030636 -3600 # Node ID d83de9b3a62b83892237979dfacd015346c5f6c3 # Parent 36eacac6bf5eac810f52fb4294f0cb5f3a7d445a Update hiera.yaml within Puppet config Forgot that we manage it from here. Now has content to match new packages diff -r 36eacac6bf5e -r d83de9b3a62b manifests/templates.pp --- a/manifests/templates.pp Fri Aug 30 16:02:54 2024 +0100 +++ b/manifests/templates.pp Fri Aug 30 16:10:36 2024 +0100 @@ -26,9 +26,17 @@ file { '/etc/puppet/hiera.yaml': ensure => present, - content => " -# Let the system set defaults + content => "--- +# Hiera 5 Global configuration file + version: 5 + +# defaults: +# data_hash: yaml_data +# hierarchy: +# - name: Common +# data_hash: yaml_data +hierarchy: [] ", } service { 'puppet':