mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-13 20:52:54 +01:00
13 lines
304 B
Plaintext
13 lines
304 B
Plaintext
{% from 'vars/globals.map.jinja' import GLOBALS %}
|
|
{% from 'pcap/config.map.jinja' import PCAPMERGED %}
|
|
|
|
include:
|
|
{% if PCAPMERGED.enabled and GLOBALS.role != 'so-import'%}
|
|
- pcap.enabled
|
|
{% elif GLOBALS.role == 'so-import' %}
|
|
- pcap.config
|
|
- pcap.disabled
|
|
{% else %}
|
|
- pcap.disabled
|
|
{% endif %}
|