Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

puppet/archive: Allow 7.x; puppetlabs/stdlib: Require 9.x #322

Merged
merged 3 commits into from
Jun 14, 2023

Conversation

bastelfreak
Copy link
Member

Pull Request (PR) description

This Pull Request (PR) fixes the following issues

@@ -8,7 +8,7 @@
shell('mkdir -p /etc/puppetlabs/code/environments/production/modules/my_custom_module/files/dashboards')
context 'default parameters' do
before do
install_module_from_forge('puppetlabs/apt', '>= 7.5.0 < 9.0.0')
install_module_from_forge('puppetlabs/apt', '>= 9.1.0 < 10.0.0')
Copy link
Member

@smortex smortex Jun 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we need to change the lower bound here. That being said, I don't think Puppet check the supported version of puppet itself when installing modules. Legacy/EOL Puppet will try to install 9.x and fail because the code is not compatible, so probably not a big deal 🤷.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah that's just for acceptance testing. the lower version doesn't matter.

@bastelfreak bastelfreak merged commit 4f1668e into voxpupuli:master Jun 14, 2023
@bastelfreak bastelfreak deleted the deps branch June 14, 2023 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants