From eecb323459788d014557dad42429416df7149957 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Wed, 16 Dec 2020 13:12:38 -0500 Subject: [PATCH] remove extra state.apply common --- salt/common/tools/sbin/soup | 3 --- 1 file changed, 3 deletions(-) diff --git a/salt/common/tools/sbin/soup b/salt/common/tools/sbin/soup index f9ac6de2b..a87279a0c 100755 --- a/salt/common/tools/sbin/soup +++ b/salt/common/tools/sbin/soup @@ -583,9 +583,6 @@ if [[ "$FLEET_MANAGER" == "True" || "$FLEET_NODE" == "True" ]]; then echo "" fi -echo "" -echo "Applying common state for any package updates." -salt-call -l info state.apply common queue=True echo "" echo "Running a highstate to complete the Security Onion upgrade on this manager. This could take several minutes." salt-call state.highstate -l info queue=True