diff options
| author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2025-01-31 11:35:17 +0100 |
|---|---|---|
| committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2025-01-31 11:38:40 +0100 |
| commit | 47977fb04ad118e4973ba9b38952ed76a06f68b9 (patch) | |
| tree | 55ae03169921aa777447c0d62b8aa6875b1740fe /hiera.yaml | |
| parent | 5b9580ab54abbdf8f6482231e0ddd109e35bbeee (diff) | |
| download | puppet.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.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: [] |
