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