We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e1c704 commit 7e7d623Copy full SHA for 7e7d623
spec/spec_helper_acceptance.rb
@@ -1,4 +1,5 @@
1
require 'beaker-rspec'
2
+require 'beaker-puppet'
3
require 'beaker/module_install_helper'
4
require 'beaker/puppet_install_helper'
5
require 'voxpupuli/acceptance/spec_helper_acceptance'
@@ -57,6 +58,7 @@
57
58
counter += 5
59
end
60
61
+ hosts.each { |host| host[:type] = 'aio' }
62
run_puppet_install_helper
63
install_module_on(hosts)
64
install_module_dependencies_on(hosts)
0 commit comments