]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/fail2ban/templates/default/jail.erb
fail2ban: separate ignoreips with spaces instead of comma
[chef.git] / cookbooks / fail2ban / templates / default / jail.erb
index c4331093b7527bcc8002de9c4360abfa0f0f107a..a5cdd4895b2191097a7d19745ed97cf85613c469 100644 (file)
@@ -12,5 +12,5 @@ logpath = <%= @logpath %>
 maxretry = <%= @maxretry %>
 <% end -%>
 <% if @ignoreips -%>
-ignoreip = <%= @ignoreips.sort.join(",") %>
+ignoreip = <%= @ignoreips.sort.join(" ") %>
 <% end -%>