net/haproxy: workaround templating issue, refs #53

This commit is contained in:
Frank Wall 2017-07-12 11:30:12 +02:00
parent 31448815fe
commit f36770d7e0

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 %}