Resolve "update version constraints for puppetlabs-stdlib: [ >= 9.0.0 < 10.0.0 ]"
Closes #2 (closed)
update version constraints for puppetlabs-stdlib
{
"name": "puppetlabs-stdlib",
"version_requirement": ">= 9.0.0 < 10.0.0"
},
see:
- https://github.com/puppetlabs/puppetlabs-stdlib
- https://github.com/puppetlabs/puppetlabs-stdlib/blob/main/CHANGELOG.md
puppet/archive must also be updated:
Error: Could not install module 'puppet-archive' (v6.1.2)
The requested version cannot satisfy one or more of the following installed modules:
puppetlabs-stdlib, installed: 9.6.0, expected: >= 4.18.0 < 9.0.0
see:
- https://github.com/voxpupuli/puppet-archive/blob/master/CHANGELOG.md
- https://github.com/voxpupuli/puppet-archive/blob/v7.0.0/metadata.json
{
"name": "puppet/archive",
"version_requirement": ">= 7.0.0 < 8.0.0"
},
puppet/postgresql must also be updated:
Error: Could not install module 'puppetlabs-postgresql' (v8.3.0)
The requested version cannot satisfy one or more of the following installed modules:
puppetlabs-stdlib, installed: 9.6.0, expected: >= 4.13.1 < 9.0.0
see:
- https://github.com/puppetlabs/puppetlabs-postgresql/blob/main/CHANGELOG.md
- https://github.com/puppetlabs/puppetlabs-postgresql/blob/v10.0.0/metadata.json
{
"name": "puppetlabs/postgresql",
"version_requirement": ">= 10.0.0 < 11.0.0"
}
puppet/apache must also be updated:
Error: Could not install module 'puppetlabs-apache' (v9.1.3)
The requested version cannot satisfy one or more of the following installed modules:
puppetlabs-concat, installed: 9.0.2, expected: >= 2.2.1 < 8.0.0
see:
- https://github.com/puppetlabs/puppetlabs-apache/blob/main/CHANGELOG.md
- https://github.com/puppetlabs/puppetlabs-apache/blob/v10.1.1/metadata.json
RSpec.configure do |c|
# Configure all nodes in nodeset
c.before :suite do
# Additional module and configuration for being able to setup web server requirements
install_module_from_forge('puppetlabs-apache', '>= 10.1.1 < 13.0.0')
Edited by Fabrice Gangler