From 47977fb04ad118e4973ba9b38952ed76a06f68b9 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 31 Jan 2025 11:35:17 +0100 Subject: auth.conf,hiera.yaml,puppet.conf: Config change from puppetserver 5.x to puppetserver 7.x. --- hiera.yaml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'hiera.yaml') diff --git a/hiera.yaml b/hiera.yaml index dde32ca..2536e86 100644 --- a/hiera.yaml +++ b/hiera.yaml @@ -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: [] -- cgit v1.2.3