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 fce3cf5 commit ba6baa3Copy full SHA for ba6baa3
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'
@@ -18,6 +19,7 @@ def osx_agents
18
19
RSpec.configure do |c|
20
c.before :suite do
21
unless ENV['BEAKER_provision'] == 'no'
22
+ hosts.each { |host| host[:type] = 'aio' }
23
run_puppet_install_helper
24
install_module_on(hosts)
25
install_module_dependencies_on(hosts)
0 commit comments