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 8693d5b commit df017fcCopy full SHA for df017fc
spec/classes/puppet_master_spec.rb
@@ -78,11 +78,12 @@
78
)
79
should contain_ini_setting('puppetmasterenvironmentpath').with(
80
:ensure => 'absent',
81
- :setting => 'environmentpath'
+ :setting => 'environmentpath',
82
+ :section => 'main'
83
84
should contain_ini_setting('puppetmastermodulepath').with(
85
:ensure => 'present',
- :section => 'master',
86
+ :section => 'main',
87
:setting => 'modulepath',
88
:path => '/etc/puppet/puppet.conf',
89
:value => params[:modulepath],
0 commit comments