Stop failing an install because salt is already running when a highstate is applied at 95%

This commit is contained in:
Jason Ertel
2021-06-06 18:20:57 -04:00
parent fdab17a3b9
commit 14aa9805b4

View File

@@ -918,7 +918,7 @@ echo "1" > /root/accept_changes
checkin_at_boot >> $setup_log 2>&1
set_progress_str 95 'Verifying setup'
salt-call -l info state.highstate >> $setup_log 2>&1
salt-call -l info state.highstate queue=True >> $setup_log 2>&1
} | progress