X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/4fdccfca6722a18f88bdcaa909d19d894b4483ba..1ce4b4b8855822a61231b92e1bea70e606d7316d:/cookbooks/fail2ban/templates/default/jail.erb?ds=inline diff --git a/cookbooks/fail2ban/templates/default/jail.erb b/cookbooks/fail2ban/templates/default/jail.erb index 91978488c..6a7e377d8 100644 --- a/cookbooks/fail2ban/templates/default/jail.erb +++ b/cookbooks/fail2ban/templates/default/jail.erb @@ -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 -%>