mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
remove logic for if states should run or not - https://github.com/Security-Onion-Solutions/securityonion-saltstack/issues/749
This commit is contained in:
@@ -49,10 +49,8 @@ if [ $TYPE == 'sensorstab' ]; then
|
|||||||
fi
|
fi
|
||||||
if [ $TYPE == 'evaltab' ]; then
|
if [ $TYPE == 'evaltab' ]; then
|
||||||
echo " monint: $MONINT" >> $local_salt_dir/pillar/data/$TYPE.sls
|
echo " monint: $MONINT" >> $local_salt_dir/pillar/data/$TYPE.sls
|
||||||
if [ -f $local_salt_dir/pillar/firewall/masterfw.sls ] ; then
|
|
||||||
salt-call state.apply grafana queue=True
|
salt-call state.apply grafana queue=True
|
||||||
salt-call state.apply utility queue=True
|
salt-call state.apply utility queue=True
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
#if [ $TYPE == 'nodestab' ]; then
|
#if [ $TYPE == 'nodestab' ]; then
|
||||||
# echo " nodetype: $NODETYPE" >> $local_salt_dir/pillar/data/$TYPE.sls
|
# echo " nodetype: $NODETYPE" >> $local_salt_dir/pillar/data/$TYPE.sls
|
||||||
|
|||||||
Reference in New Issue
Block a user