diff --git a/spec/spec_helper_acceptance.rb b/spec/spec_helper_acceptance.rb index bfc722e..e4bb800 100644 --- a/spec/spec_helper_acceptance.rb +++ b/spec/spec_helper_acceptance.rb @@ -6,12 +6,12 @@ # collection: puppet - latest, puppet6 is the current version install_puppet_agent_on(hosts, {:puppet_collection => 'puppet' } ) install_module_on(hosts) -install_module_from_forge_on(hosts, 'puppetlabs-stdlib', '= 6.6.0') # 7.x blocked by composer -install_module_from_forge_on(hosts, 'puppetlabs-concat', '= 8.0.1') # 9.x blocked by stdlib +install_module_from_forge_on(hosts, 'puppetlabs-stdlib', '= 9.4.1') # 7.x blocked by composer +install_module_from_forge_on(hosts, 'puppetlabs-concat', '= 9.0.2') # 9.x blocked by stdlib install_module_from_forge_on(hosts, 'willdurand-composer', '= 1.2.10') install_module_from_forge_on(hosts, 'camptocamp-archive', '= 0.8.1') # test dependencies -install_module_from_forge_on(hosts, 'puppetlabs-apache', '= 10.1.0') +install_module_from_forge_on(hosts, 'puppetlabs-apache', '= 12.0.2') RSpec.configure do |c| c.formatter = :documentation