-
-
Notifications
You must be signed in to change notification settings - Fork 106
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 #178
Conversation
This comment was marked as off-topic.
This comment was marked as off-topic.
|
@smortex is the thing this is waiting for Puppet to have builds for 22.04? |
|
@tarjei thanks for the heads up… Looks like I messed with my tabs when reviewing a bunch of PR including this one (was probably linking this to another PR that just updated metadata.json to add Ubuntu 22.04 support). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's probably fine and can supposedly be merged as is. The next Puppet release should have Ubuntu 22.04 support, so maybe we can also wait for that release and add it to metadata.json so that the test suite run against it?
|
Can you merge this now the 22.04 support is there ? |
|
Thanks for the heads up @brunoleon! I added a commit so that support for this version of Ubuntu is visible and to allow the test suite to test against this version. Unfortunately, some work is needed to fix CI (because the branch is old, it is merged with the current master before the test suite start). @grant-veepshosting Can you please rebase your branch on top of the main one? From your branch in your fork: Then the line number is the CI report will make sense and fixing the issue will be possible. Thanks! |
97b8fd6
to
1eaec43
Compare
|
Done now, thanks for providing the steps and your patience - busy start to the week. |
|
Nice, thanks! The remaining CI failure should be easy to fix 😉, do you mind give it a try? puppet-fail2ban/spec/classes/init_spec.rb Lines 37 to 44 in 9cd8afc
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Pull Request (PR) description
Add support for Ubuntu 22.04, compatible with 22.04 template.
This Pull Request (PR) fixes the following issues
Ubuntu LTS compatibility.