Skip to content

Commit

Permalink
Fixed a mistake where we were trying to touch a host file using the d…
Browse files Browse the repository at this point in the history
…efault which was not relavent to the host we were modifying
  • Loading branch information
Travis Fields committed Oct 28, 2014
1 parent 5497f83 commit 9f68fd3
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 9f68fd3

Please sign in to comment.