Merge pull request #200 from fraenki/issue_53

net/haproxy: workaround templating issue
This commit is contained in:
Frank Wall
2017-07-12 11:43:13 +02:00
committed by GitHub
@@ -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 %}