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 83014e4 commit 66afdf7Copy full SHA for 66afdf7
spec/spec_helper_acceptance.rb
@@ -1,5 +1,6 @@
1
require 'puppet'
2
require 'beaker-rspec'
3
+require 'beaker-puppet'
4
require 'beaker/module_install_helper'
5
require 'beaker/puppet_install_helper'
6
require 'voxpupuli/acceptance/spec_helper_acceptance'
@@ -17,6 +18,7 @@ def non_windows_agents
17
18
RSpec.configure do |c|
19
c.before :suite do
20
unless ENV['BEAKER_provision'] == 'no'
21
+ hosts.each { |host| host[:type] = 'aio' }
22
run_puppet_install_helper
23
install_module_on(hosts)
24
install_module_dependencies_on(hosts)
0 commit comments