From 80f91acd08db0d7edcc709a9839c9ca4f0723960 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 24 Jan 2024 10:33:17 +0100 Subject: [PATCH] fix: fix if closing syntax --- templates/etc/sysconfig/pve_sd.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/etc/sysconfig/pve_sd.j2 b/templates/etc/sysconfig/pve_sd.j2 index 2998fb2..51a99d1 100644 --- a/templates/etc/sysconfig/pve_sd.j2 +++ b/templates/etc/sysconfig/pve_sd.j2 @@ -17,6 +17,6 @@ PROMETHEUS_PVE_SD_PVE_TOKEN_NAME={{ pve_sd_pve_token_name }} PROMETHEUS_PVE_SD_PVE_TOKEN_VALUE={{ pve_sd_pve_token_value }} {% elif pve_sd_pve_password is defined %} PROMETHEUS_PVE_SD_PVE_PASSWORD={{ pve_sd_pve_password }} -{% end %} +{% endif %} PROMETHEUS_PVE_SD_PVE_AUTH_TIMEOUT=5 PROMETHEUS_PVE_SD_PVE_VERIFY_SSL=true