Merge pull request #7261 from Security-Onion-Solutions/TOoSmOotH-patch-3

Update networks.cfg.jinja
This commit is contained in:
Mike Reeves
2022-02-18 20:03:47 -05:00
committed by GitHub

View File

@@ -3,7 +3,7 @@
{%- else %}
{%- set HOME_NET = salt['pillar.get']('global:hnmanager') %}
{%- endif %}
{%- set HNLIST = HOME_NET.split(',')}
{%- set HNLIST = HOME_NET.split(',') %}
{%- for HN in HNLIST %}
{{ HN }}
{%- endfor %}