Merge pull request #6845 from Security-Onion-Solutions/23100soup_jpp

remove mine push from 2.3.100 function
This commit is contained in:
Josh Patterson
2022-01-12 13:34:06 -05:00
committed by GitHub

View File

@@ -665,10 +665,6 @@ up_to_2.3.90() {
up_to_2.3.100() { up_to_2.3.100() {
echo "Updating to Security Onion 2.3.100" echo "Updating to Security Onion 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 fix_wazuh
} }