diff --git a/salt/manager/tools/sbin/soup b/salt/manager/tools/sbin/soup index de2bec441..c01a267bf 100755 --- a/salt/manager/tools/sbin/soup +++ b/salt/manager/tools/sbin/soup @@ -680,11 +680,6 @@ post_to_2.4.210() { POSTVERSION=2.4.210 } -post_to_2.4.220() { - echo "Nothing to apply" - POSTVERSION=2.4.220 -} - repo_sync() { echo "Sync the local repo." su socore -c '/usr/sbin/so-repo-sync' || fail "Unable to complete so-repo-sync." @@ -968,14 +963,9 @@ up_to_2.4.201() { up_to_2.4.210() { # Elastic Update for this release, so download Elastic Agent files determine_elastic_agent_upgrade - - INSTALLEDVERSION=2.4.210 -} - -up_to_2.4.220() { create_ca_pillar - INSTALLEDVERSION=2.4.220 + INSTALLEDVERSION=2.4.210 } add_hydra_pillars() {