net/haproxy: unbreak config (refs. #999)

When enabling both stats and peers, these two sections got messed up due to
a missing newline.
This commit is contained in:
Frank Wall
2018-11-26 00:32:08 +01:00
parent 1f9250e15b
commit ca57ecf492
@@ -1395,7 +1395,7 @@ backend {{backend.name}}
peers {{peers_name}}
peer {{OPNsense.HAProxy.general.peers.name1}} {{OPNsense.HAProxy.general.peers.listen1}}:{{OPNsense.HAProxy.general.peers.port1}}
peer {{OPNsense.HAProxy.general.peers.name2}} {{OPNsense.HAProxy.general.peers.listen2}}:{{OPNsense.HAProxy.general.peers.port2}}
{%- endif -%}
{% endif %}
{%- endif -%}
{# ############################### #}