Fix config for ipv6

An extra comma snuck in with
I1fec03b32441a1962190f9bd8e24e8bec2318ab5; also use non-printing
statements to tidy it up a bit.

Change-Id: I955eef2ca658d5375ed2e38279ecd58db1ed4968
This commit is contained in:
Ian Wienand 2018-09-25 15:33:28 +10:00
parent fb26d09101
commit ae9a92e707
1 changed files with 3 additions and 3 deletions

View File

@ -56,8 +56,8 @@ Optional Variables:
, port: 8125
, deleteTimers: true
, deleteCounters: true
<% if @statsd_ipv6_listen %>
, address: '::',
<% if @statsd_ipv6_listen -%>
, address: '::'
, address_ipv6: true
<% end %>
<% end -%>
}