-
-
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
Enable acceptance tests for CentOS 6 #54
Conversation
metadata.json
Outdated
@@ -31,7 +31,8 @@ | |||
"operatingsystemrelease": [ | |||
"12.04", | |||
"14.04", | |||
"16.04" | |||
"16.04", | |||
"18.04" |
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.
Odd indenting here due to mixing of tabs and spaces
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.
Looks better now.
1ce4c2e
to
b1be97f
Compare
Looks like the module also relies on LSB facts being present. |
Since this module attemts to maintain `/etc/fail2ban/fail2ban.conf` for the case `package_ensure` is `absent` it can not rely on the package maintaining the directory and the directory must also be managed. Probably a lot of this `absent` vs `purged` should be ripped out.
Okay. I think this is worth another check now. |
@ekohl I think all comments addressed |
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.
I'm highly surprised I didn't update this one in modulesync to use beaker-hostgenerator. In itself this change is fine and that can happen in a separate patch.
Enable acceptance tests for CentOS 6
Pull Request (PR) description
Enable acceptance tests for CentOS 6 and Ubuntu 18.04