From da30f6609682c8e86ea5b69e25cee67ea9b503cf Mon Sep 17 00:00:00 2001 From: Josh Patterson Date: Wed, 12 Jan 2022 13:29:34 -0500 Subject: [PATCH 1/2] remove mine push from 2.3.100 function --- salt/common/tools/sbin/soup | 4 ---- 1 file changed, 4 deletions(-) diff --git a/salt/common/tools/sbin/soup b/salt/common/tools/sbin/soup index 24b13a408..ff188feb2 100755 --- a/salt/common/tools/sbin/soup +++ b/salt/common/tools/sbin/soup @@ -665,10 +665,6 @@ up_to_2.3.90() { up_to_2.3.100() { echo "Updating to Security Onion to 2.3.100" - echo "Populating the mine with network.ip_addrs pillar.host.mainint for each host." - set +e - salt \* cmd.run cmd='MAININT=$(salt-call pillar.get host:mainint --out=newline_values_only) && salt-call mine.send name=network.ip_addrs interface="$MAININT"' - set -e fix_wazuh } From 776e4c6e1222473be7eb618e6823f56a50535487 Mon Sep 17 00:00:00 2001 From: Josh Patterson Date: Wed, 12 Jan 2022 13:32:46 -0500 Subject: [PATCH 2/2] Update soup --- salt/common/tools/sbin/soup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/common/tools/sbin/soup b/salt/common/tools/sbin/soup index 5afc83cce..71891a57e 100755 --- a/salt/common/tools/sbin/soup +++ b/salt/common/tools/sbin/soup @@ -664,7 +664,7 @@ up_to_2.3.90() { } up_to_2.3.100() { - echo "Updating to Security Onion to 2.3.100" + echo "Updating to Security Onion 2.3.100" fix_wazuh }