This commit is contained in:
m0duspwnens
2020-11-18 13:22:11 -05:00
parent d0e7b5b55a
commit 276c011a4f
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -521,7 +521,7 @@ if [ "$UPGRADESALT" == "1" ]; then
if [ $is_airgap -eq 0 ]; then
salt -C 'not *_eval and not *_helix and not *_manager and not *_managersearch and not *_standalone' cmd.run "yum clean all"
fi
salt -C 'not *_eval and not *_helix and not *_manager and not *_managersearch and not *_standalone' -b $BATCHSIZE state.apply salt.minion
salt -C 'not *_eval and not *_helix and not *_manager and not *_managersearch and not *_standalone' -b $BATCHSIZE state.apply salt.minion queue=True
echo ""
fi