puppetlabs-apache
puppetlabs-apache copied to clipboard
Parametrize the SecDebugLogLevel
Summary
At the moment the module hardcodes the mod_security debug level to 0 although it allows users to configure the debug log path. This PR introduces a new parameter called debug_log_level
to be able to configure the SecDebugLogLevel
.
Checklist
- [x] 🟢 Spec tests.
- [ ] 🟢 Acceptance tests.
- [ ] Manually verified. (For example
puppet apply
)