]> git.openstreetmap.org Git - chef.git/blob - cookbooks/fail2ban/templates/default/filter.erb
Bump cookstyle from 6.20.1 to 6.20.2
[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              ") %>