mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 01:32:47 +01:00
Remove salt call to automation_user_create
This commit is contained in:
@@ -172,7 +172,6 @@ playbook() {
|
|||||||
salt-call state.apply playbook.db_init
|
salt-call state.apply playbook.db_init
|
||||||
rm -f /opt/so/rules/elastalert/playbook/*.yaml
|
rm -f /opt/so/rules/elastalert/playbook/*.yaml
|
||||||
so-playbook-ruleupdate >> /root/soup_playbook_rule_update.log 2>&1 &
|
so-playbook-ruleupdate >> /root/soup_playbook_rule_update.log 2>&1 &
|
||||||
salt-call state.apply playbook.automation_user_create
|
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -252,7 +251,7 @@ rc3_to_2.3.0() {
|
|||||||
if [ ! -f /etc/profile.d/securityonion.sh ]; then
|
if [ ! -f /etc/profile.d/securityonion.sh ]; then
|
||||||
echo "complete -cf sudo" > /etc/profile.d/securityonion.sh
|
echo "complete -cf sudo" > /etc/profile.d/securityonion.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
{
|
{
|
||||||
echo "redis_settings:"
|
echo "redis_settings:"
|
||||||
echo " redis_maxmemory: 827"
|
echo " redis_maxmemory: 827"
|
||||||
|
|||||||
Reference in New Issue
Block a user