Skip to content

Commit 028a345

Browse files
committed
update spec_helper_acceptance
1 parent 895a60e commit 028a345

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

spec/spec_helper_acceptance.rb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
require 'beaker-rspec'
2+
require 'beaker-puppet'
23
require 'beaker/puppet_install_helper'
34
require 'beaker/module_install_helper'
45

56
run_puppet_install_helper unless ENV['BEAKER_provision'] == 'no'
6-
install_module
7-
install_module_dependencies
7+
install_ca_certs unless ENV['PUPPET_INSTALL_TYPE'] =~ %r{pe}i
8+
install_module_on(hosts)
9+
install_module_dependencies_on(hosts)
810

911
RSpec.configure do |c|
1012
# Readable test descriptions

0 commit comments

Comments
 (0)