Skip to content

Commit

Permalink
Update Puppet dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tohuwabohu committed Feb 18, 2024
1 parent 3568822 commit 001a6f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/spec_helper_acceptance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 001a6f8

Please sign in to comment.