Merge pull request #7335 from Security-Onion-Solutions/fix/soup-postversion

make sure that each post_to_* function sets POSTVERSION at end
This commit is contained in:
Doug Burks
2022-02-25 15:27:31 -05:00
committed by GitHub

View File

@@ -468,6 +468,7 @@ post_to_2.3.90() {
post_to_2.3.100() { post_to_2.3.100() {
echo "Post Processing for 2.3.100" echo "Post Processing for 2.3.100"
POSTVERSION=2.3.100
} }
post_to_2.3.110() { post_to_2.3.110() {
@@ -475,6 +476,7 @@ post_to_2.3.110() {
echo "Updating Kibana dashboards" echo "Updating Kibana dashboards"
salt-call state.apply kibana.so_savedobjects_defaults queue=True salt-call state.apply kibana.so_savedobjects_defaults queue=True
so-playbook-sigma-refresh >> /root/soup_playbook_sigma_refresh.log 2>&1 & so-playbook-sigma-refresh >> /root/soup_playbook_sigma_refresh.log 2>&1 &
POSTVERSION=2.3.110
} }
stop_salt_master() { stop_salt_master() {