Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

Commit

Permalink
fix masking password chars in cronjob template
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevel committed Mar 10, 2022
1 parent 95f6659 commit 0b51d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/errata-import.sh.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0b51d20

Please sign in to comment.