upgrade salt 3006.19

This commit is contained in:
Josh Patterson
2026-02-13 16:24:19 -05:00
parent be6d94d65b
commit c28bcfa85e
4 changed files with 11 additions and 2 deletions
+1 -1
View File
@@ -996,7 +996,7 @@ up_to_2.4.210() {
determine_elastic_agent_upgrade
create_ca_pillar
# This is the only way the state is called so we can use concurrent=True
salt-call state.apply salt.master.add_minimum_auth_version_engine --file-root=$UPDATE_DIR/salt --local concurrent=True
salt-call state.apply salt.master.add_minimum_auth_version --file-root=$UPDATE_DIR/salt --local concurrent=True
INSTALLEDVERSION=2.4.210
}