subord annotations; ensure node reboots occur in background

This commit is contained in:
Jason Ertel
2025-04-16 15:55:16 -04:00
parent b99bb0b004
commit 366e39950a
2 changed files with 38 additions and 1 deletions

View File

@@ -126,7 +126,7 @@ function testMinion() {
}
function restartMinion() {
salt "$MINION_ID" system.reboot
salt "$MINION_ID" system.reboot --async
result=$?
exit $result