summaryrefslogtreecommitdiff
path: root/spec/acceptance
diff options
context:
space:
mode:
Diffstat (limited to 'spec/acceptance')
-rw-r--r--spec/acceptance/beaker_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/acceptance/beaker_helper.rb b/spec/acceptance/beaker_helper.rb
index 4f0121f..414796d 100644
--- a/spec/acceptance/beaker_helper.rb
+++ b/spec/acceptance/beaker_helper.rb
@@ -6,7 +6,7 @@ test_name "Installing Puppet and vcsrepo module" do
install_pe
else
install_puppet
- on hosts, "mkdir -p #{host['distmoduledir']}"
+ on hosts, "mkdir -p #{hosts.first['distmoduledir']}"
end
end
end