From 69e90e1e70c39d2efcc1e4850e6ba9e2ca64cd4e Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Wed, 14 May 2025 13:41:08 -0400 Subject: [PATCH] Update soup Souper Duper! --- salt/manager/tools/sbin/soup | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/salt/manager/tools/sbin/soup b/salt/manager/tools/sbin/soup index 7022bf5c0..8f68445c3 100755 --- a/salt/manager/tools/sbin/soup +++ b/salt/manager/tools/sbin/soup @@ -579,6 +579,11 @@ post_to_2.4.150() { POSTVERSION=2.4.150 } +post_to_2.4.160() { + echo "Nothing to apply" + POSTVERSION=2.4.160 +} + repo_sync() { echo "Sync the local repo." su socore -c '/usr/sbin/so-repo-sync' || fail "Unable to complete so-repo-sync." @@ -816,6 +821,12 @@ up_to_2.4.150() { INSTALLEDVERSION=2.4.150 } +up_to_2.4.160() { + echo "Nothing to do for 2.4.160" + + INSTALLEDVERSION=2.4.160 +} + add_hydra_pillars() { mkdir -p /opt/so/saltstack/local/pillar/hydra touch /opt/so/saltstack/local/pillar/hydra/soc_hydra.sls