diff --git a/salt/manager/tools/sbin/soup b/salt/manager/tools/sbin/soup index c8fb38969..f361da688 100755 --- a/salt/manager/tools/sbin/soup +++ b/salt/manager/tools/sbin/soup @@ -578,8 +578,7 @@ post_to_2.4.141() { } post_to_2.4.150() { - echo "Regenerating Elastic Agent Installers" - /sbin/so-elastic-agent-gen-installers + echo "Nothing to apply" POSTVERSION=2.4.150 } @@ -589,7 +588,8 @@ post_to_2.4.160() { } post_to_2.4.170() { - echo "Nothing to apply" + echo "Regenerating Elastic Agent Installers" + /sbin/so-elastic-agent-gen-installers POSTVERSION=2.4.170 }