fix some globals

This commit is contained in:
m0duspwnens
2022-10-12 13:39:37 -04:00
parent 6a17f201a2
commit eed3746ebc
4 changed files with 7 additions and 4 deletions

View File

@@ -1444,8 +1444,7 @@ backup_pillar() {
touch $adv_backup_pillar_file
printf '%s\n'\
"backup:"\
" locations:"\
" - /opt/so/saltstack/local" > "$backup_pillar_file"
" locations: []" > "$backup_pillar_file"
}
soctopus_pillar() {
@@ -2308,4 +2307,4 @@ wait_for_file() {
wait_for_salt_minion() {
retry 60 5 "journalctl -u salt-minion.service | grep 'Minion is ready to receive requests'" >> "$setup_log" 2>&1 || exit 1
}
}