mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-16 14:02:52 +01:00
4 lines
195 B
Django/Jinja
4 lines
195 B
Django/Jinja
{% import_yaml 'pcap/defaults.yaml' as pcap_defaults with context %}
|
|
{% set pcap_pillar = pillar.pcap %}
|
|
{% set PCAPMERGED = salt['defaults.merge'](pcap_defaults, pcap_pillar, in_place=False) %}
|