net-mgmt/zabbix-proxy: fix syntax error, closes #3921 (#3932)

Regression was introduced in 26e6379874.
This commit is contained in:
Frank Wall
2024-04-22 10:55:03 +02:00
committed by GitHub
parent 4a39ea0d0c
commit 750465b75b
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1,5 +1,6 @@
PLUGIN_NAME= zabbix-proxy
PLUGIN_VERSION= 1.10
PLUGIN_REVISION= 1
PLUGIN_COMMENT= Zabbix monitoring proxy
PLUGIN_MAINTAINER= m.muenz@gmail.com
PLUGIN_VARIANTS= zabbix6 zabbix64 zabbix5
@@ -34,7 +34,7 @@ LogFile=/var/log/zabbix/zabbix_proxy.log
LogFileSize={{OPNsense.zabbixproxy.general.logFileSize}}
{% endif %}
{% endif %}
{% if helpers.exists('OPNsense.zabbixproxy.general.debugLevel')
{% if helpers.exists('OPNsense.zabbixproxy.general.debugLevel') %}
DebugLevel={{OPNsense.zabbixproxy.general.debugLevel|replace("val_", "")}}
{% endif %}
PidFile=/var/run/zabbix/zabbix_proxy.pid