chef/cookbooks/fail2ban/templates/filter.erb

6 lines
200 B
Plaintext

# DO NOT EDIT - This file is being maintained by Chef Infra
[Definition]
failregex = <%= Array(@failregex).join("\n ") %>
ignoreregex = <%= Array(@ignoreregex).join("\n ") %>