We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Unable to disable logrotate_configuration by setting the following in hiera:
cis_security_hardening::rules::logrotate_configuration::enforce: false
This manifest doesn't check if $enforce is true or false https://github.com/tom-krieger/cis_security_hardening/blob/main/manifests/rules/logrotate_configuration.pp
Tested on Ubuntu 22.04 with puppet-server 7.17.3-1jammy & puppet-agent 7.33.0-1jammy
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Unable to disable logrotate_configuration by setting the following in hiera:
cis_security_hardening::rules::logrotate_configuration::enforce: false
This manifest doesn't check if $enforce is true or false
https://github.com/tom-krieger/cis_security_hardening/blob/main/manifests/rules/logrotate_configuration.pp
Tested on Ubuntu 22.04 with puppet-server 7.17.3-1jammy & puppet-agent 7.33.0-1jammy
The text was updated successfully, but these errors were encountered: