From f36770d7e0eb1a4ffbf630feed56542386898b32 Mon Sep 17 00:00:00 2001 From: Frank Wall Date: Wed, 12 Jul 2017 11:30:12 +0200 Subject: [PATCH] net/haproxy: workaround templating issue, refs #53 --- .../opnsense/service/templates/OPNsense/HAProxy/haproxy.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net/haproxy/src/opnsense/service/templates/OPNsense/HAProxy/haproxy.conf b/net/haproxy/src/opnsense/service/templates/OPNsense/HAProxy/haproxy.conf index 38a33290f..dca4b93e6 100644 --- a/net/haproxy/src/opnsense/service/templates/OPNsense/HAProxy/haproxy.conf +++ b/net/haproxy/src/opnsense/service/templates/OPNsense/HAProxy/haproxy.conf @@ -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 %}