make sure that each post_to_* function sets POSTVERSION at end

This commit is contained in:
Doug Burks
2022-02-25 14:30:59 -05:00
committed by GitHub
parent fa15a2e012
commit 8df47e809d

View File

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