]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/fail2ban/templates/default/jail.erb
imagery: restart titiler service to workaround resource leak
[chef.git] / cookbooks / fail2ban / templates / default / jail.erb
index 6a7e377d82632cdbe2705fd90b7674f3a27f3925..357e09ea50da55c694600658ecabf909ee6e3704 100644 (file)
@@ -11,6 +11,12 @@ port = <%= @ports.join(",") %>
 <% if @filter -%>
 filter = <%= @filter %>
 <% end -%>
+<% if @backend -%>
+backend = <%= @backend %>
+<% end -%>
+<% if @journalmatch -%>
+journalmatch = <%= @journalmatch %>
+<% end -%>
 <% if @logpath -%>
 logpath = <%= @logpath %>
 <% end -%>