Skip to content

Commit f1e89ab

Browse files
authored
Merge pull request #1116 from puppetlabs/pdksync_pdksync-beaker4
pdksync - (MODULES-7658) use beaker4 in puppet-module-gems
2 parents bf348f0 + 07dcae8 commit f1e89ab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spec/spec_helper_acceptance.rb

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
require 'beaker-pe'
2+
require 'beaker-puppet'
13
require 'puppet'
24
require 'beaker-rspec'
35
require 'beaker/puppet_install_helper'
@@ -8,6 +10,7 @@
810
require 'beaker/testmode_switcher/dsl'
911

1012
run_puppet_install_helper
13+
configure_type_defaults_on(hosts)
1114
install_ca_certs unless pe_install?
1215
install_bolt_on(hosts) unless pe_install?
1316
install_module_on(hosts)

0 commit comments

Comments
 (0)