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.
1 parent a42daa9 commit 8693d5bCopy full SHA for 8693d5b
manifests/master.pp
@@ -217,6 +217,7 @@
217
ensure => $setting_config,
218
setting => 'modulepath',
219
value => $modulepath,
220
+ section => 'main',
221
}
222
ini_setting {'puppetmastermanifest':
223
@@ -279,6 +280,7 @@
279
280
ensure => present,
281
setting => 'pluginsync',
282
value => $pluginsync,
283
+ section => 'agent',
284
285
286
ini_setting {'puppetmasterparser':
@@ -305,6 +307,7 @@
305
307
306
308
setting => 'digest_algorithm',
309
value => $digest_algorithm,
310
311
312
313
anchor { 'puppet::master::end': }
0 commit comments