net-mgmt/zabbix4-proxy: fix old directory name (#1237)

This commit is contained in:
Michael
2019-03-09 07:27:33 +01:00
committed by Franco Fichtner
parent 73804ba3e6
commit 396274da2e
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1,5 +1,6 @@
PLUGIN_NAME= zabbix4-proxy
PLUGIN_VERSION= 1.0
PLUGIN_REVISION= 1
PLUGIN_COMMENT= Zabbix Proxy enables decentralized monitoring
PLUGIN_DEPENDS= zabbix4-proxy
PLUGIN_CONFLICTS= zabbix-proxy
@@ -67,7 +67,7 @@ TLSAccept=psk
{% else %}
TLSConnect=psk
{% endif %}
TLSPSKFile=/usr/local/etc/zabbix3/zabbix_proxy.psk
TLSPSKFile=/usr/local/etc/zabbix4/zabbix_proxy.psk
TLSPSKIdentity={{ OPNsense.zabbixproxy.general.encryptionidentity }}
{% endif %}
{% endif %}