-
Notifications
You must be signed in to change notification settings - Fork 102
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
Backwards incompatible breaking change in PR279 #284
Comments
* Only allow max_files where puppet-agent >= 6.23.0
@mcgege hold off, I will update PR to handle puppet 6 and puppet 7 as max_files was only introduced in 7.7.0 |
- Handle max_files where puppet-agent >= 6.23.0/7.7.0
@mcgege will handle both puppet 6 and 7. Just be aware that the case selector testing the Sorry for the inconvenience, I am glad puppet 5 was removed and glad I caught this before it possibly affects too many people. |
@earthgecko Thanks a lot for spotting this ... if you have a current Puppet version it is all fine ... will merge this asap |
Fixed with #285 |
Hi @mcgege
Sorry to inform you but that change that I added in #279 in not backwards compatible in terms of the puppet-agent version.
Any users that include os_hardening as an external module with r10k, etc that are running puppet-agent <= 6.22.0 will experience an error on a catalog compilation because puppet only introduced
max_files
in 6.23.0Pull request incoming.
The text was updated successfully, but these errors were encountered: