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 895a60e commit 028a345Copy full SHA for 028a345
spec/spec_helper_acceptance.rb
@@ -1,10 +1,12 @@
1
require 'beaker-rspec'
2
+require 'beaker-puppet'
3
require 'beaker/puppet_install_helper'
4
require 'beaker/module_install_helper'
5
6
run_puppet_install_helper unless ENV['BEAKER_provision'] == 'no'
-install_module
7
-install_module_dependencies
+install_ca_certs unless ENV['PUPPET_INSTALL_TYPE'] =~ %r{pe}i
8
+install_module_on(hosts)
9
+install_module_dependencies_on(hosts)
10
11
RSpec.configure do |c|
12
# Readable test descriptions
0 commit comments