|
78 | 78 | )
|
79 | 79 | should contain_ini_setting('puppetmasterenvironmentpath').with(
|
80 | 80 | :ensure => 'absent',
|
81 |
| - :setting => 'environmentpath', |
82 |
| - :section => 'main' |
| 81 | + :setting => 'environmentpath' |
83 | 82 | )
|
84 | 83 | should contain_ini_setting('puppetmastermodulepath').with(
|
85 | 84 | :ensure => 'present',
|
|
147 | 146 | )
|
148 | 147 | should contain_ini_setting('puppetmasterpluginsync').with(
|
149 | 148 | :ensure => 'present',
|
150 |
| - :section => 'master', |
| 149 | + :section => 'agent', |
151 | 150 | :setting => 'pluginsync',
|
152 | 151 | :path => '/etc/puppet/puppet.conf',
|
153 | 152 | :value => 'true'
|
|
244 | 243 | )
|
245 | 244 | should contain_ini_setting('puppetmastermodulepath').with(
|
246 | 245 | :ensure => 'present',
|
247 |
| - :section => 'master', |
| 246 | + :section => 'main', |
248 | 247 | :setting => 'modulepath',
|
249 | 248 | :path => '/etc/puppet/puppet.conf',
|
250 | 249 | :value => params[:modulepath],
|
|
308 | 307 | )
|
309 | 308 | should contain_ini_setting('puppetmasterpluginsync').with(
|
310 | 309 | :ensure => 'present',
|
311 |
| - :section => 'master', |
| 310 | + :section => 'agent', |
312 | 311 | :setting => 'pluginsync',
|
313 | 312 | :path => '/etc/puppet/puppet.conf',
|
314 | 313 | :value => 'true'
|
|
343 | 342 | it {
|
344 | 343 | should contain_ini_setting('puppetmasterenvironmentpath').with(
|
345 | 344 | :ensure => 'present',
|
346 |
| - :section => 'master', |
| 345 | + :section => 'main', |
347 | 346 | :setting => 'environmentpath',
|
348 | 347 | :path => '/etc/puppet/puppet.conf',
|
349 | 348 | :value => '$confdir/environments'
|
|
376 | 375 | it {
|
377 | 376 | should contain_ini_setting('puppetmasterenvironmentpath').with(
|
378 | 377 | :ensure => 'present',
|
379 |
| - :section => 'master', |
| 378 | + :section => 'main', |
380 | 379 | :setting => 'environmentpath',
|
381 | 380 | :path => '/etc/puppet/puppet.conf',
|
382 | 381 | :value => '/etc/puppetlabs/puppet/environments'
|
|
0 commit comments