Update networks.cfg.jinja

This commit is contained in:
Mike Reeves
2022-02-18 20:02:50 -05:00
committed by GitHub
parent 3124f2bd12
commit 0d1da5d1dc

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 %}