Remove salt call to automation_user_create

This commit is contained in:
William Wernert
2020-10-02 13:17:57 -04:00
parent 96d32fda51
commit db12b6f3c6

View File

@@ -172,7 +172,6 @@ playbook() {
salt-call state.apply playbook.db_init
rm -f /opt/so/rules/elastalert/playbook/*.yaml
so-playbook-ruleupdate >> /root/soup_playbook_rule_update.log 2>&1 &
salt-call state.apply playbook.automation_user_create
fi
}
@@ -252,7 +251,7 @@ rc3_to_2.3.0() {
if [ ! -f /etc/profile.d/securityonion.sh ]; then
echo "complete -cf sudo" > /etc/profile.d/securityonion.sh
fi
{
echo "redis_settings:"
echo " redis_maxmemory: 827"