From 0da0788e6bca21f176d223c5cc5034beb787ea26 Mon Sep 17 00:00:00 2001 From: Josh Patterson Date: Thu, 15 Jan 2026 14:56:36 -0500 Subject: [PATCH] move function to be with the rest of its friends --- salt/manager/tools/sbin/soup | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/salt/manager/tools/sbin/soup b/salt/manager/tools/sbin/soup index 95af55903..1a6223558 100755 --- a/salt/manager/tools/sbin/soup +++ b/salt/manager/tools/sbin/soup @@ -942,6 +942,12 @@ up_to_2.4.200() { INSTALLEDVERSION=2.4.200 } +up_to_2.4.201() { + echo "Nothing to do for 2.4.201" + + INSTALLEDVERSION=2.4.201 +} + up_to_2.4.210() { # Elastic Update for this release, so download Elastic Agent files determine_elastic_agent_upgrade @@ -1345,12 +1351,6 @@ so-yaml.py removelistitem /etc/salt/master file_roots.base /opt/so/rules/nids } -up_to_2.4.201() { - echo "Nothing to do for 2.4.201" - - INSTALLEDVERSION=2.4.201 -} - determine_elastic_agent_upgrade() { if [[ $is_airgap -eq 0 ]]; then update_elastic_agent_airgap