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

Add support for Ubuntu 22.04 #1514

Merged
merged 2 commits into from
Aug 24, 2022
Merged

Add support for Ubuntu 22.04 #1514

merged 2 commits into from
Aug 24, 2022

Conversation

smortex
Copy link
Member

@smortex smortex commented Aug 24, 2022

No description provided.

@smortex smortex added the enhancement New feature or request label Aug 24, 2022
@smortex smortex marked this pull request as ready for review August 24, 2022 02:19
Comment on lines 193 to 194
if (facts[:lsbdistid] == 'Debian' && %w[10 11].include?(facts.dig(:os, 'release', 'major'))) ||
(facts[:lsbdistid] == 'Ubuntu' && %w[bionic focal].include?(facts[:lsbdistcodename]))
(facts[:lsbdistid] == 'Ubuntu' && %w[bionic focal jammy].include?(facts[:lsbdistcodename]))
Copy link
Member

Choose a reason for hiding this comment

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

I'd love to get rid of the LSB facts here btw.

@smortex smortex merged commit 65a83a8 into master Aug 24, 2022
@smortex smortex deleted the ubuntu2204 branch August 24, 2022 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants