1 # DO NOT EDIT - This file is being maintained by Chef
4 destemail = admins@openstreetmap.org
7 <% @jails.each do |jail| -%>
11 <% if jail[:protocol] -%>
12 protocol = <%= jail[:protocol] %>
14 port = <%= jail[:port] %>
15 filter = <%= jail[:filter] %>
16 logpath = <%= jail[:logpath] %>
17 <% if jail[:maxretry] -%>
18 maxretry = <%= jail[:maxretry] %>