File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 217
217
ensure => $setting_config ,
218
218
setting => ' modulepath' ,
219
219
value => $modulepath ,
220
- section => ' main' ,
221
220
}
222
221
ini_setting {'puppetmastermanifest' :
223
222
ensure => $setting_config ,
280
279
ensure => present ,
281
280
setting => ' pluginsync' ,
282
281
value => $pluginsync ,
283
- section => ' agent' ,
284
282
}
285
283
286
284
ini_setting {'puppetmasterparser' :
307
305
ensure => present ,
308
306
setting => ' digest_algorithm' ,
309
307
value => $digest_algorithm ,
310
- section => ' main' ,
311
308
}
312
309
313
310
anchor { 'puppet::master::end' : }
Original file line number Diff line number Diff line change 82
82
)
83
83
should contain_ini_setting ( 'puppetmastermodulepath' ) . with (
84
84
:ensure => 'present' ,
85
- :section => 'main' ,
86
85
:setting => 'modulepath' ,
87
86
:path => '/etc/puppet/puppet.conf' ,
88
87
:value => params [ :modulepath ] ,
146
145
)
147
146
should contain_ini_setting ( 'puppetmasterpluginsync' ) . with (
148
147
:ensure => 'present' ,
149
- :section => 'agent' ,
150
148
:setting => 'pluginsync' ,
151
149
:path => '/etc/puppet/puppet.conf' ,
152
150
:value => 'true'
243
241
)
244
242
should contain_ini_setting ( 'puppetmastermodulepath' ) . with (
245
243
:ensure => 'present' ,
246
- :section => 'main' ,
247
244
:setting => 'modulepath' ,
248
245
:path => '/etc/puppet/puppet.conf' ,
249
246
:value => params [ :modulepath ] ,
307
304
)
308
305
should contain_ini_setting ( 'puppetmasterpluginsync' ) . with (
309
306
:ensure => 'present' ,
310
- :section => 'agent' ,
311
307
:setting => 'pluginsync' ,
312
308
:path => '/etc/puppet/puppet.conf' ,
313
309
:value => 'true'
390
386
)
391
387
}
392
388
end
393
-
389
+
394
390
end
You can’t perform that action at this time.
0 commit comments