[fix] More helix -> helixsensor

This commit is contained in:
William Wernert
2020-12-15 14:01:19 -05:00
parent 1825776271
commit c7c3d004ca
3 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ base:
- patch.needs_restarting - patch.needs_restarting
- logrotate - logrotate
'*_eval or *_helix or *_heavynode or *_sensor or *_standalone or *_import': '*_eval or *_helixsensor or *_heavynode or *_sensor or *_standalone or *_import':
- match: compound - match: compound
- zeek - zeek
@@ -62,7 +62,7 @@ base:
- global - global
- minions.{{ grains.id }} - minions.{{ grains.id }}
'*_helix': '*_helixsensor':
- fireeye - fireeye
- zeeklogs - zeeklogs
- logstash - logstash

View File

@@ -585,9 +585,9 @@ if [ "$UPGRADESALT" == "1" ]; then
echo "" echo ""
echo "Upgrading Salt on the remaining Security Onion nodes from $INSTALLEDSALTVERSION to $NEWSALTVERSION." echo "Upgrading Salt on the remaining Security Onion nodes from $INSTALLEDSALTVERSION to $NEWSALTVERSION."
if [ $is_airgap -eq 0 ]; then if [ $is_airgap -eq 0 ]; then
salt -C 'not *_eval and not *_helix and not *_manager and not *_managersearch and not *_standalone' cmd.run "yum clean all" salt -C 'not *_eval and not *_helixsensor and not *_manager and not *_managersearch and not *_standalone' cmd.run "yum clean all"
fi fi
salt -C 'not *_eval and not *_helix and not *_manager and not *_managersearch and not *_standalone' -b $BATCHSIZE state.apply salt.minion queue=True salt -C 'not *_eval and not *_helixsensor and not *_manager and not *_managersearch and not *_standalone' -b $BATCHSIZE state.apply salt.minion queue=True
echo "" echo ""
fi fi

View File

@@ -20,7 +20,7 @@ HOME_NET: "[{{salt['pillar.get']('global:hnmanager', '')}}]"
'*_eval': { '*_eval': {
'default-packet-size': salt['pillar.get']('sensor:mtu', 1500) + hardware_header, 'default-packet-size': salt['pillar.get']('sensor:mtu', 1500) + hardware_header,
}, },
'*_helix': { '*_helixsensor': {
'default-packet-size': salt['pillar.get']('sensor:mtu', 9000) + hardware_header, 'default-packet-size': salt['pillar.get']('sensor:mtu', 9000) + hardware_header,
}, },
'*': { '*': {