From 7037fc52f805623825f3bee9794bd2dab820ed3a Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Tue, 1 Aug 2023 16:21:06 -0400 Subject: [PATCH] sync all modules before running states --- setup/so-setup | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/so-setup b/setup/so-setup index ce0aa83f7..20a1168c9 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -661,6 +661,7 @@ if ! [[ -f $install_opt_file ]]; then logCmd "salt-call state.show_top" sleep 2 # Debug RSA Key format errors logCmd "salt-key -ya $MINION_ID" + logCmd "salt-call saltutil.sync_all" logCmd "salt-call state.apply common.packages" logCmd "salt-call state.apply common"