comparison manifests/templates.pp @ 482:d83de9b3a62b default tip

Update hiera.yaml within Puppet config Forgot that we manage it from here. Now has content to match new packages
author IBBoard <dev@ibboard.co.uk>
date Fri, 30 Aug 2024 16:10:36 +0100
parents 2c3e745be8d2
children
comparison
equal deleted inserted replaced
481:36eacac6bf5e 482:d83de9b3a62b
24 include defaultusers 24 include defaultusers
25 include logwatch 25 include logwatch
26 26
27 file { '/etc/puppet/hiera.yaml': 27 file { '/etc/puppet/hiera.yaml':
28 ensure => present, 28 ensure => present,
29 content => " 29 content => "---
30 # Let the system set defaults 30 # Hiera 5 Global configuration file
31
31 version: 5 32 version: 5
33
34 # defaults:
35 # data_hash: yaml_data
36 # hierarchy:
37 # - name: Common
38 # data_hash: yaml_data
39 hierarchy: []
32 ", 40 ",
33 } 41 }
34 service { 'puppet': 42 service { 'puppet':
35 ensure => stopped, 43 ensure => stopped,
36 enable => false, 44 enable => false,