Skip to content

Commit df017fc

Browse files
committed
Fix rspec tests
1 parent 8693d5b commit df017fc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

spec/classes/puppet_master_spec.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,12 @@
7878
)
7979
should contain_ini_setting('puppetmasterenvironmentpath').with(
8080
:ensure => 'absent',
81-
:setting => 'environmentpath'
81+
:setting => 'environmentpath',
82+
:section => 'main'
8283
)
8384
should contain_ini_setting('puppetmastermodulepath').with(
8485
:ensure => 'present',
85-
:section => 'master',
86+
:section => 'main',
8687
:setting => 'modulepath',
8788
:path => '/etc/puppet/puppet.conf',
8889
:value => params[:modulepath],

0 commit comments

Comments
 (0)