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 4dd4073 commit 33cd2e4Copy full SHA for 33cd2e4
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'
@@ -69,6 +70,7 @@ def solaris_agents
69
70
counter += 5
71
end
72
73
+ hosts.each { |host| host[:type] = 'aio' }
74
run_puppet_install_helper
75
install_module_on(hosts)
76
install_module_dependencies_on(hosts)
0 commit comments