mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-20 16:03:06 +01:00
fix couple minor issue - https://github.com/Security-Onion-Solutions/securityonion-saltstack/issues/97
This commit is contained in:
@@ -4,8 +4,8 @@
|
|||||||
{% set BPF_STATUS = 0 %}
|
{% set BPF_STATUS = 0 %}
|
||||||
{% set INTERFACE = salt['pillar.get']('sensor:interface', 'bond0') %}
|
{% set INTERFACE = salt['pillar.get']('sensor:interface', 'bond0') %}
|
||||||
|
|
||||||
{% import_yml 'zeek/defaults.yml' as ZEEKDEFAULTS %}
|
{% import_yaml 'zeek/defaults.yml' as ZEEKDEFAULTS %}
|
||||||
{% set ZEEKCTL = salt['pillar.get']('zeek:zeekctl', default=ZEEKDEFAULTS.zeekctl, merge=True) %}
|
{% set ZEEK = salt['pillar.get']('zeek', default=ZEEKDEFAULTS, merge=True) %}
|
||||||
|
|
||||||
# Zeek Salt State
|
# Zeek Salt State
|
||||||
|
|
||||||
@@ -76,7 +76,7 @@ zeekctlcfg:
|
|||||||
- group: 939
|
- group: 939
|
||||||
- template: jinja
|
- template: jinja
|
||||||
- defaults:
|
- defaults:
|
||||||
ZEEKCTL: {{ ZEEKCTL }}
|
ZEEKCTL: {{ ZEEK.zeek.zeekctl }}
|
||||||
|
|
||||||
# Sync node.cfg
|
# Sync node.cfg
|
||||||
nodecfgsync:
|
nodecfgsync:
|
||||||
|
|||||||
Reference in New Issue
Block a user