Skip to content

Commit

Permalink
Merge pull request #350 from mhaskel/pe_next_fixes
Browse files Browse the repository at this point in the history
Missed a typo
  • Loading branch information
hunner committed Jul 13, 2015
2 parents e936813 + 408633f commit 848554e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acceptance/concat_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
username = 'root'
groupname = 'root'
scriptname = 'concatfragments.rb'
vardir = host.puppet['vardir']
vardir = default.puppet['vardir']
if vardir.nil? or vardir == ''
vardir = '/opt/puppetlabs/puppet/cache'
end
Expand Down

0 comments on commit 848554e

Please sign in to comment.