mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
net/haproxy: workaround templating issue, refs #53
This commit is contained in:
parent
31448815fe
commit
f36770d7e0
1 changed files with 3 additions and 0 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue