From 2e84af621efd7e98772d27d42fd22a9b45e98eb8 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Thu, 18 Mar 2021 15:14:10 -0400 Subject: [PATCH] Add postloop for 2.3.40 --- salt/common/tools/sbin/soup | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/salt/common/tools/sbin/soup b/salt/common/tools/sbin/soup index 84627a4ea..2a2be0287 100755 --- a/salt/common/tools/sbin/soup +++ b/salt/common/tools/sbin/soup @@ -246,6 +246,7 @@ postupgrade_changes() { [[ "$POSTVERSION" =~ rc.1 ]] && post_rc1_to_rc2 [[ "$POSTVERSION" == 2.3.20 || "$POSTVERSION" == 2.3.21 ]] && post_2.3.2X_to_2.3.30 + [[ "$POSTVERSION" == 2.3.30 ]] && post_2.3.30_to_2.3.40 } post_rc1_to_2.3.21() { @@ -260,6 +261,12 @@ post_2.3.2X_to_2.3.30() { POSTVERSION=2.3.30 } +post_2.3.30_to_2.3.40() { + so-playbook-sigma-refresh >> /root/soup_playbook_sigma_refresh.log 2>&1 & + POSTVERSION=2.3.40 +} + + rc1_to_rc2() { # Move the static file to global.sls