mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-16 22:12:48 +01:00
Merge pull request #7261 from Security-Onion-Solutions/TOoSmOotH-patch-3
Update networks.cfg.jinja
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
{%- else %}
|
{%- else %}
|
||||||
{%- set HOME_NET = salt['pillar.get']('global:hnmanager') %}
|
{%- set HOME_NET = salt['pillar.get']('global:hnmanager') %}
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
{%- set HNLIST = HOME_NET.split(',')}
|
{%- set HNLIST = HOME_NET.split(',') %}
|
||||||
{%- for HN in HNLIST %}
|
{%- for HN in HNLIST %}
|
||||||
{{ HN }}
|
{{ HN }}
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
|
|||||||
Reference in New Issue
Block a user