mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-25 18:33:37 +01:00
10 lines
167 B
Plaintext
10 lines
167 B
Plaintext
{% from 'pcap/config.map.jinja' import PCAPMERGED %}
|
|
|
|
include:
|
|
- pcap.sostatus
|
|
{% if PCAPMERGED.enabled %}
|
|
- pcap.enabled
|
|
{% else %}
|
|
- pcap.disabled
|
|
{% endif %}
|