Skip to content

Commit 2431dda

Browse files
stephenrjohnsonStephen
authored andcommitted
Fix rake spec test
1 parent e152f50 commit 2431dda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/classes/puppet_master_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@
341341
:section => 'main',
342342
:setting => 'environmentpath',
343343
:path => '/etc/puppet/puppet.conf',
344-
:value => '$confdir/environments'
344+
:value => '/etc/puppet/environments'
345345
)
346346
should contain_ini_setting('puppetmastermodulepath').with(
347347
:ensure => 'absent',

0 commit comments

Comments
 (0)