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

Drop Puppet 6 support #873

Merged
merged 2 commits into from May 16, 2023
Merged

Drop Puppet 6 support #873

merged 2 commits into from May 16, 2023

Conversation

ekohl
Copy link
Member

@ekohl ekohl commented May 15, 2023

No description provided.

@ehelms
Copy link
Member

ehelms commented May 15, 2023

Mind cleaning up the README as well? There are few mentions of lowest supported version and an upgrade guide that is no longer relevant.

@ekohl
Copy link
Member Author

ekohl commented May 15, 2023

Good point. Updated and made some adjustments to the tests to make them pass.

@ekohl
Copy link
Member Author

ekohl commented May 15, 2023

All green now.

@evgeni
Copy link
Member

evgeni commented May 16, 2023

you didn't remove enough lines 😝

puppet_version: '>= 6.0.0'

puppet_version: '>= 6.0.0'


if ENV['BEAKER_PUPPET_COLLECTION'] == 'puppet6'

ENV['BEAKER_PUPPET_COLLECTION'] == 'puppet6' && host_inventory['facter']['os']['release']['major'] == '20.04'

# Valid on puppetserver >= 7

The default was changed and init.pp was updated, but server.pp wasn't.

Fixes: 95788e3 ("Fixes #35728 - Disable telemetry by default")
Copy link
Member

@evgeni evgeni left a comment

Choose a reason for hiding this comment

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

# version => '6.15.0-1',

I think that's the last one, but also kinda unimportant :)

@ekohl
Copy link
Member Author

ekohl commented May 16, 2023

Now also with puppetlabs/puppetserver@240a459

@ekohl ekohl merged commit 689d121 into theforeman:master May 16, 2023
10 checks passed
@ekohl ekohl deleted the drop-puppet-6 branch May 16, 2023 12:30
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.

None yet

4 participants