]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/fail2ban/templates/default/jail.erb
Extend search period and ban time for trackpoint jail
[chef.git] / cookbooks / fail2ban / templates / default / jail.erb
index 91978488c5569caaed9f077b6ced382f2ab343ea..6a7e377d82632cdbe2705fd90b7674f3a27f3925 100644 (file)
@@ -14,6 +14,12 @@ filter = <%= @filter %>
 <% if @logpath -%>
 logpath = <%= @logpath %>
 <% end -%>
+<% if @bantime -%>
+bantime = <%= @bantime %>
+<% end -%>
+<% if @findtime -%>
+findtime = <%= @findtime %>
+<% end -%>
 <% if @maxretry -%>
 maxretry = <%= @maxretry %>
 <% end -%>