From 44d0cf8c60ac9953d167d242c5171128c8720b02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rkus=20S=C3=A1ndor?= Date: Sun, 30 Jul 2023 18:51:07 +0200 Subject: [PATCH] delete ZBXDIR --- templates/zabbix_agentd.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/zabbix_agentd.conf.j2 b/templates/zabbix_agentd.conf.j2 index 5aa2396..c0df8a0 100644 --- a/templates/zabbix_agentd.conf.j2 +++ b/templates/zabbix_agentd.conf.j2 @@ -11,5 +11,5 @@ ListenIP={{ ZBXLISTENIP }} Hostname={{ inventory_hostname_short }} TLSConnect=psk TLSAccept=psk -TLSPSKFile={{ ZBXDIR }}/zabbix.psk +TLSPSKFile=/etc/zabbix/zabbix.psk TLSPSKIdentity={{ inventory_hostname_short }}