net/haproxy: fix config test when service is not enabled

This commit is contained in:
Frank Wall
2021-04-14 23:37:45 +02:00
parent bd38114387
commit b41246811d
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -8,6 +8,9 @@ Plugin Changelog
3.2
Fixed:
* fix config test when HAProxy service is not enabled
Changed:
* ignore incompatible ciphersuites options when LibreSSL is used (#2013)
@@ -829,7 +829,7 @@ userlist {{object.name | regex_replace ("[^A-Za-z0-9]","")}}
#
# NOTE: HAProxy is currently DISABLED
#
{%- endif -%}
{% endif %}
{#- ############################### -#}
{#- GLOBAL -#}