]> git.openstreetmap.org Git - chef.git/blob - cookbooks/fail2ban/templates/default/filter.erb
Fix group for jail.d
[chef.git] / cookbooks / fail2ban / templates / default / filter.erb
1 # DO NOT EDIT - This file is being maintained by Chef
2
3 [Definition]
4 failregex = <%= Array(@failregex).join("\n            ") %>
5 ignoreregex = <%= Array(@ignoreregex).join("\n              ") %>