(MODULES-7658) use beaker4 in puppet-module-gems pdksync_pdksync-beaker4
authortphoney <tp@puppet.com>
Thu, 30 Aug 2018 16:07:42 +0000 (17:07 +0100)
committertphoney <tp@puppet.com>
Thu, 30 Aug 2018 16:07:42 +0000 (17:07 +0100)
spec/spec_helper_acceptance.rb

index 763f03bda81ebfd5f13be4294959ef2b75f2d98f..f51bd88df93834f4e4fb1cad45e39f3fa9b9c44f 100644 (file)
@@ -1,9 +1,12 @@
+require 'beaker-pe'
+require 'beaker-puppet'
 require 'beaker-rspec'
 require 'beaker/puppet_install_helper'
 require 'beaker/module_install_helper'
 require 'beaker-task_helper'
 
 run_puppet_install_helper
+configure_type_defaults_on(hosts)
 install_bolt_on(hosts) unless pe_install?
 install_module_on(hosts)
 install_module_dependencies_on(hosts)