Index: modules/fail2ban/templates/filter.erb |
=================================================================== |
new file mode 100644 |
--- /dev/null |
+++ b/modules/fail2ban/templates/filter.erb |
@@ -0,0 +1,4 @@ |
+[Definition] |
+failregex = <% @failregex.each do |regex| -%> |
+ <%= regex %> |
+ <% end -%> |