Add support for disabling Zeek and Suricata

This commit is contained in:
Josh Brower
2021-09-17 13:01:50 -04:00
parent c06668c68e
commit 4d307c53e8
5 changed files with 74 additions and 20 deletions

View File

@@ -15,13 +15,14 @@
{% from 'allowed_states.map.jinja' import allowed_states %}
{% if sls in allowed_states %}
{% from "pcap/map.jinja" import STENOOPTIONS with context %}
{% set VERSION = salt['pillar.get']('global:soversion', 'HH1.2.2') %}
{% set IMAGEREPO = salt['pillar.get']('global:imagerepo') %}
{% set MANAGER = salt['grains.get']('master') %}
{% set INTERFACE = salt['pillar.get']('sensor:interface', 'bond0') %}
{% set BPF_STENO = salt['pillar.get']('steno:bpf', None) %}
{% set BPF_COMPILED = "" %}
{% from "pcap/map.jinja" import STENOOPTIONS with context %}
# PCAP Section