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 180a3f1 commit 9f45ae0Copy full SHA for 9f45ae0
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'
@@ -58,6 +59,7 @@
58
59
counter += 5
60
end
61
62
+ hosts.each { |host| host[:type] = 'aio' }
63
run_puppet_install_helper
64
install_module_on(hosts)
65
install_module_dependencies_on(hosts)
0 commit comments