summaryrefslogtreecommitdiff
path: root/hiera.yaml
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2025-01-31 11:35:17 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2025-01-31 11:38:40 +0100
commit47977fb04ad118e4973ba9b38952ed76a06f68b9 (patch)
tree55ae03169921aa777447c0d62b8aa6875b1740fe /hiera.yaml
parent5b9580ab54abbdf8f6482231e0ddd109e35bbeee (diff)
downloadpuppet.LW-47977fb04ad118e4973ba9b38952ed76a06f68b9.tar.gz
puppet.LW-47977fb04ad118e4973ba9b38952ed76a06f68b9.tar.bz2
puppet.LW-47977fb04ad118e4973ba9b38952ed76a06f68b9.zip
auth.conf,hiera.yaml,puppet.conf: Config change from puppetserver 5.x to puppetserver 7.x.
Diffstat (limited to 'hiera.yaml')
-rw-r--r--hiera.yaml15
1 files changed, 8 insertions, 7 deletions
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: []