]> git.openstreetmap.org Git - chef.git/blob - cookbooks/fail2ban/templates/default/jail.erb
Fix fail2ban servie
[chef.git] / cookbooks / fail2ban / templates / default / jail.erb
1 # DO NOT EDIT - This file is being maintained by Chef
2
3 [<%= @name %>]
4 enabled = true
5 <% if @protocol -%>
6 protocol = <%= @protocol %>
7 <% end -%>
8 port = <%= @ports.join(",") %>
9 filter = <%= @filter %>
10 logpath = <%= @logpath %>
11 <% if @maxretry -%>
12 maxretry = <%= @maxretry %>
13 <% end -%>
14 <% if @ignoreips -%>
15 ignoreip = <%= @ignoreips.sort.join(" ") %>
16 <% end -%>