|
82 | 82 | )
|
83 | 83 | should contain_ini_setting('puppetmastermodulepath').with(
|
84 | 84 | :ensure => 'present',
|
85 |
| - :section => 'master', |
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 => 'master', |
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 => 'master', |
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 => 'master', |
311 | 307 | :setting => 'pluginsync',
|
312 | 308 | :path => '/etc/puppet/puppet.conf',
|
313 | 309 | :value => 'true'
|
|
342 | 338 | it {
|
343 | 339 | should contain_ini_setting('puppetmasterenvironmentpath').with(
|
344 | 340 | :ensure => 'present',
|
345 |
| - :section => 'master', |
| 341 | + :section => 'main', |
346 | 342 | :setting => 'environmentpath',
|
347 | 343 | :path => '/etc/puppet/puppet.conf',
|
348 | 344 | :value => '$confdir/environments'
|
|
375 | 371 | it {
|
376 | 372 | should contain_ini_setting('puppetmasterenvironmentpath').with(
|
377 | 373 | :ensure => 'present',
|
378 |
| - :section => 'master', |
| 374 | + :section => 'main', |
379 | 375 | :setting => 'environmentpath',
|
380 | 376 | :path => '/etc/puppet/puppet.conf',
|
381 | 377 | :value => '/etc/puppetlabs/puppet/environments'
|
|
390 | 386 | )
|
391 | 387 | }
|
392 | 388 | end
|
393 |
| - |
| 389 | + |
394 | 390 | end
|
0 commit comments