Skip to content

Commit 8693d5b

Browse files
committed
Fix section settings for other settings
1 parent a42daa9 commit 8693d5b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

manifests/master.pp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@
217217
ensure => $setting_config,
218218
setting => 'modulepath',
219219
value => $modulepath,
220+
section => 'main',
220221
}
221222
ini_setting {'puppetmastermanifest':
222223
ensure => $setting_config,
@@ -279,6 +280,7 @@
279280
ensure => present,
280281
setting => 'pluginsync',
281282
value => $pluginsync,
283+
section => 'agent',
282284
}
283285

284286
ini_setting {'puppetmasterparser':
@@ -305,6 +307,7 @@
305307
ensure => present,
306308
setting => 'digest_algorithm',
307309
value => $digest_algorithm,
310+
section => 'main',
308311
}
309312

310313
anchor { 'puppet::master::end': }

0 commit comments

Comments
 (0)