net/haproxy: workaround templating issue, refs #53

(cherry picked from commit f36770d7e0)
This commit is contained in:
Frank Wall 2017-07-12 11:30:12 +02:00 committed by Franco Fichtner
parent f66652810c
commit dabeb8b25a

View file

@ -1,6 +1,7 @@
#
# Automatically generated configuration.
# Do not edit this file manually.
{% if helpers.exists('OPNsense.HAProxy') %}
{# ############################### #}
{# MACROS #}
@ -959,3 +960,5 @@ listen remote_statistics
{% else %}
# statistics are DISABLED
{% endif %}
{% endif %}