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
It causes issues at least on one machine and it would be nice still to have the rest of the default recipe.
Maybe in a similar way as the suid_sgid opt in like
suid_sgid
# /attributes/default.rb default['os-hardening']['auditd']['enabled'] = true
# /recipes/default.rb include_recipe('os-hardening::auditd') if node['os-hardening']['auditd']['enabled']
In case this would be okay you can have a look on PR 201.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It causes issues at least on one machine and it would be nice still to have the rest of the default recipe.
Maybe in a similar way as the
suid_sgid
opt in likeIn case this would be okay you can have a look on PR 201.
The text was updated successfully, but these errors were encountered: