summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColleen Murphy <cmurphy@users.noreply.github.com>2014-10-28 16:12:54 -0700
committerColleen Murphy <cmurphy@users.noreply.github.com>2014-10-28 16:12:54 -0700
commit6f366ed64682a8985282a9e830d3f15e74d78d93 (patch)
tree999790670bcb2dd5c9e09873b38ce3d55578daf1
parent6e94a700f2f63eddde6b3d96e8063817f5670434 (diff)
parent9f68fd300f8228f929b384a2df518aec63516ae6 (diff)
downloadpuppet-stdlib-6f366ed64682a8985282a9e830d3f15e74d78d93.tar.gz
puppet-stdlib-6f366ed64682a8985282a9e830d3f15e74d78d93.tar.bz2
Merge pull request #346 from cyberious/master
Spec_helper_acceptance fix provision section
-rwxr-xr-xspec/spec_helper_acceptance.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/spec_helper_acceptance.rb b/spec/spec_helper_acceptance.rb
index 5f1950a..ef99723 100755
--- a/spec/spec_helper_acceptance.rb
+++ b/spec/spec_helper_acceptance.rb
@@ -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