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 2d619d8 commit b2b4e03Copy full SHA for b2b4e03
spec/spec_helper_acceptance.rb
@@ -1,10 +1,12 @@
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'
6
7
$LOAD_PATH << File.join(__dir__, 'acceptance/lib')
8
9
+hosts.each { |host| host[:type] = 'aio' }
10
run_puppet_install_helper unless ENV['BEAKER_provision'] == 'no'
11
12
RSpec.configure do |c|
0 commit comments