From 0b51d20d2595040a069554241ba7144aab19b490 Mon Sep 17 00:00:00 2001 From: Christian Stankowic Date: Thu, 10 Mar 2022 17:16:19 +0100 Subject: [PATCH] fix masking password chars in cronjob template --- templates/errata-import.sh.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/errata-import.sh.j2 b/templates/errata-import.sh.j2 index 81da2fd..92edf34 100644 --- a/templates/errata-import.sh.j2 +++ b/templates/errata-import.sh.j2 @@ -8,7 +8,7 @@ download_files() { } import_errata() { - SPACEWALK_USER={{ uyuni_org_login }} SPACEWALK_PASS={{ uyuni_org_password }} {{ uyuni_cefs_path }}/errata-import.pl --server localhost $1 --publish + SPACEWALK_USER='{{ uyuni_org_login }}' SPACEWALK_PASS='{{ uyuni_org_password }}' {{ uyuni_cefs_path }}/errata-import.pl --server localhost $1 --publish } if [ -z "$1" ]; then