We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a876a6 + 508b9cc commit 323b4b9Copy full SHA for 323b4b9
site/profile/manifests/puppetmaster.pp
@@ -15,9 +15,18 @@
15
notify => Service['pe-puppetserver'],
16
}
17
18
- ini_setting { 'puppet.conf hiera_config' :
+ ini_setting { 'puppet.conf hiera_config main section' :
19
ensure => present,
20
path => "${::settings::confdir}/puppet.conf",
21
+ section => 'main',
22
+ setting => 'hiera_config',
23
+ value => $hiera_yaml,
24
+ notify => Service['pe-puppetserver'],
25
+ }
26
+
27
+ ini_setting { 'puppet.conf hiera_config master section' :
28
+ ensure => absent,
29
+ path => "${::settings::confdir}/puppet.conf",
30
section => 'master',
31
setting => 'hiera_config',
32
value => $hiera_yaml,
0 commit comments