-
Notifications
You must be signed in to change notification settings - Fork 271
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
Fixes #29212 - support el8 #828
Conversation
When I test locally with EL7 it's failing due to the known issue: https://projects.theforeman.org/issues/29429 With EL8, an error occurs when running puppet apply: |
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.
#699 would make this much easier. Also needs a rebase now.
@wbclark please rebase :) |
In this module, you need to ensure the |
I've opened #837 to do this for the RedHat family of operating systems when the database is managed. |
362afb0
to
4142db5
Compare
test failure is due to: https://projects.theforeman.org/issues/29429 |
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 since it only failing on the known https://projects.theforeman.org/issues/29429 issue
merged, thanks @wbclark! |
This is a WIP which incorporates the PRs #826 & #827 .