Skip to content

Commit

Permalink
Merge pull request #346 from cyberious/master
Browse files Browse the repository at this point in the history
Spec_helper_acceptance fix provision section
  • Loading branch information
cmurphy committed Oct 28, 2014
2 parents 6e94a70 + 9f68fd3 commit 6f366ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper_acceptance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

hosts.each do |host|
on host, "mkdir -p #{host['distmoduledir']}"
on host, "/bin/touch #{default['puppetpath']}/hiera.yaml"
on host, "/bin/touch #{host['puppetpath']}/hiera.yaml"
end
end

Expand Down

0 comments on commit 6f366ed

Please sign in to comment.