From fa972ea110582f8da607c9cdd77abe83e14340ca Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Wed, 21 Apr 2021 16:37:13 -0400 Subject: [PATCH] soup will now ask to update packages --- salt/common/tools/sbin/soup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/common/tools/sbin/soup b/salt/common/tools/sbin/soup index a5416df43..019420afe 100755 --- a/salt/common/tools/sbin/soup +++ b/salt/common/tools/sbin/soup @@ -178,7 +178,7 @@ check_os_updates() { echo "Continuing without updating packages" elif [[ "$confirm" == [uU] ]]; then echo "Applying Grid Updates" - salt \* -b 5 state.apply patch.os + salt \* -b 5 state.apply patch.os queue=True else echo "Exiting soup" exit 0