mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
fix bracket, add output to template
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
{% import_yaml 'firewall/soc/defaults_soc_firewall.yaml' as DEFAULT_SOC_FIREWALL %}
|
||||
{% set SOC_FIREWALL = salt['pillar.get'}('firewall:custom_groups:groups', DEFAULT_SOC_FIREWALL.firewall.hostgroups, merge=True) %}
|
||||
{% set SOC_FIREWALL = salt['pillar.get']('firewall:custom_groups:groups', DEFAULT_SOC_FIREWALL.firewall.hostgroups, merge=True) %}
|
||||
|
||||
@@ -1 +1,3 @@
|
||||
{% from 'firewall/soc/soc.map.jinja' import SOC_FIREWALL %}
|
||||
|
||||
{{ SOC_FIREWALL | yaml(false) }}
|
||||
|
||||
Reference in New Issue
Block a user