From 8f3664f26c4dcf057e88f3ece0d2f7a2a7fc71f3 Mon Sep 17 00:00:00 2001 From: Josh Patterson Date: Fri, 4 Apr 2025 09:00:22 -0400 Subject: [PATCH] need to sync --- setup/so-setup | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup/so-setup b/setup/so-setup index 5b8a14a01..115bdadb7 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -753,13 +753,12 @@ 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" # we need to sync the runner and generate the soqemussh user keys so that first highstate after license created # doesnt have a state failure for soqemussh_pub_key source for id_ed25519.pub missing if [[ $is_manager || $is_managerhype ]]; then logCmd "salt-run saltutil.sync_all" logCmd "salt-run setup_hypervisor.regenerate_ssh_keys" - else - logCmd "salt-call saltutil.sync_all" fi logCmd "salt-call state.apply common.packages" logCmd "salt-call state.apply common"