From 16d8e9e5a01bc9983708809898bdfd6aa19a261d Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Tue, 1 Nov 2022 09:05:26 -0400 Subject: [PATCH] Fix soup and perms updates --- salt/common/tools/sbin/soup | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/salt/common/tools/sbin/soup b/salt/common/tools/sbin/soup index 54266ca84..2edbcd35c 100755 --- a/salt/common/tools/sbin/soup +++ b/salt/common/tools/sbin/soup @@ -657,26 +657,32 @@ post_to_2.3.140() { post_to_2.3.150() { echo "Nothing to do for .150" + POSTVERSION=2.3.150 } post_to_2.3.160() { echo "Nothing to do for .160" + POSTVERSION=2.3.160 } post_to_2.3.170() { echo "Nothing to do for .170" + POSTVERSION=2.3.170 } post_to_2.3.180() { echo "Nothing to do for .180" + POSTVERSION=2.3.180 } post_to_2.3.181() { echo "Nothing to do for .181" + POSTVERSION=2.3.181 } post_to_2.3.190() { echo "Nothing to do for .190" + POSTVERSION=2.3.190 } stop_salt_master() {