diff --git a/salt/manager/tools/sbin/soup b/salt/manager/tools/sbin/soup index 263fab7d0..27c6cb98d 100755 --- a/salt/manager/tools/sbin/soup +++ b/salt/manager/tools/sbin/soup @@ -431,8 +431,7 @@ post_to_2.4.4() { } post_to_2.4.5() { - echo "Regenerating Elastic Agent Installers" - /sbin/so-elastic-agent-gen-installers + echo "Nothing to apply" POSTVERSION=2.4.5 } @@ -449,7 +448,8 @@ post_to_2.4.20() { } post_to_2.4.30() { - echo "Nothing to apply" + echo "Regenerating Elastic Agent Installers" + /sbin/so-elastic-agent-gen-installers POSTVERSION=2.4.30 } @@ -511,7 +511,7 @@ up_to_2.4.4() { } up_to_2.4.5() { - determine_elastic_agent_upgrade + echo "Nothing to do for 2.4.5" INSTALLEDVERSION=2.4.5 } @@ -529,7 +529,7 @@ up_to_2.4.20() { } up_to_2.4.30() { - echo "Nothing to do for 2.4.30" + determine_elastic_agent_upgrade INSTALLEDVERSION=2.4.30 }