Merge pull request #346 from cyberious/master

Spec_helper_acceptance fix provision section
This commit is contained in:
Colleen Murphy 2014-10-28 16:12:54 -07:00
commit 6f366ed646

View file

@ -12,7 +12,7 @@ unless ENV['RS_PROVISION'] == 'no' or ENV['BEAKER_provision'] == 'no'
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