Skip to content

Commit

Permalink
fix(modsecurity.conf.jinja): fix salt-lint errors
Browse files Browse the repository at this point in the history
```bash
Examining apache/files/RedHat/modsecurity.conf.jinja of type state
[201] Trailing whitespace
apache/files/RedHat/modsecurity.conf.jinja:26
```
  • Loading branch information
myii committed Oct 17, 2019
1 parent e2c1c2e commit 2a79d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apache/files/RedHat/modsecurity.conf.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ LoadModule security2_module modules/mod_security2.so
# ModSecurity Core Rules Set configuration
Include modsecurity.d/*.conf
Include modsecurity.d/activated_rules/*.conf

# Default recommended configuration
SecRuleEngine {{ sec_rule_engine }}
SecRequestBodyAccess {{ sec_request_body_access }}
Expand Down

0 comments on commit 2a79d05

Please sign in to comment.