Skip to content

Commit dd252e1

Browse files
author
Stephen
committed
Fix spec test for environment path
1 parent c68cbfc commit dd252e1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spec/classes/puppet_master_spec.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@
309309
:section => 'master',
310310
:setting => 'environmentpath',
311311
:path => '/etc/puppet/puppet.conf',
312-
:value => '$confdir/environments'
312+
:value => '/etc/puppet/environments'
313313
)
314314
should contain_ini_setting('puppetmastermodulepath').with(
315315
:ensure => 'absent',
@@ -319,7 +319,6 @@
319319
:ensure => 'absent',
320320
:setting => 'manifest'
321321
)
322-
323322
}
324323
end
325324
context 'When environment handling is set to directory with specified environmentpath' do

0 commit comments

Comments
 (0)