Merge remote-tracking branch 'origin/2.4/dev' into vlb2

This commit is contained in:
Josh Patterson
2025-04-23 15:42:04 -04:00
17 changed files with 256 additions and 109 deletions

View File

@@ -200,7 +200,7 @@ function testMinion() {
function restartMinion() {
log "INFO" "Restarting minion $MINION_ID"
salt "$MINION_ID" system.reboot
salt "$MINION_ID" system.reboot --async
result=$?
if [ $result -ne 0 ]; then