Update soup

This commit is contained in:
Mike Reeves
2021-11-15 14:05:29 -05:00
committed by GitHub
parent f78e0fb7b9
commit 146e1f4297

View File

@@ -442,9 +442,6 @@ post_2.3.60_to_2.3.90() {
# Do Kibana dashboard things
salt-call state.apply kibana.so_savedobjects_defaults queue=True
# Create Endgame Hostgroup
so-firewall addhostgroup endgame
POSTVERSION=2.3.90
}
@@ -695,6 +692,9 @@ up_2.3.80_to_2.3.90() {
sed -i "/^soc:/a \\ es_index_patterns: '*:so-*,*:endgame-*'" /opt/so/saltstack/local/pillar/minions/*$i*.sls
done
# Create Endgame Hostgroup
so-firewall addhostgroup endgame
INSTALLEDVERSION=2.3.90
}