]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/fail2ban/templates/default/jail.erb
mediawiki: add apache request duration logging
[chef.git] / cookbooks / fail2ban / templates / default / jail.erb
index a5cdd4895b2191097a7d19745ed97cf85613c469..6a7e377d82632cdbe2705fd90b7674f3a27f3925 100644 (file)
@@ -5,9 +5,21 @@ enabled = true
 <% if @protocol -%>
 protocol = <%= @protocol %>
 <% end -%>
 <% if @protocol -%>
 protocol = <%= @protocol %>
 <% end -%>
+<% if @ports -%>
 port = <%= @ports.join(",") %>
 port = <%= @ports.join(",") %>
+<% end -%>
+<% if @filter -%>
 filter = <%= @filter %>
 filter = <%= @filter %>
+<% end -%>
+<% if @logpath -%>
 logpath = <%= @logpath %>
 logpath = <%= @logpath %>
+<% end -%>
+<% if @bantime -%>
+bantime = <%= @bantime %>
+<% end -%>
+<% if @findtime -%>
+findtime = <%= @findtime %>
+<% end -%>
 <% if @maxretry -%>
 maxretry = <%= @maxretry %>
 <% end -%>
 <% if @maxretry -%>
 maxretry = <%= @maxretry %>
 <% end -%>