diff options
Diffstat (limited to 'spec/acceptance')
-rw-r--r-- | spec/acceptance/beaker_helper.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/acceptance/beaker_helper.rb b/spec/acceptance/beaker_helper.rb index 2518a40..4ac5185 100644 --- a/spec/acceptance/beaker_helper.rb +++ b/spec/acceptance/beaker_helper.rb @@ -6,6 +6,7 @@ test_name "Installing Puppet and vcsrepo module" do install_pe else install_puppet + on host, "mkdir -p #{host['distmoduledir']}" end end end |