2023-03-10 00:02:52 +01:00
|
|
|
## {{ salt['pillar.get']('salt_managed', default='Salt Managed') }}
|
|
|
|
{%- from "haproxy/map.jinja" import net with context %}
|
2023-08-07 16:03:04 +02:00
|
|
|
{%- if net.ip_networks -%}
|
2023-03-10 00:02:52 +01:00
|
|
|
{%- for network in net.ip_networks %}
|
|
|
|
{{ network }}
|
|
|
|
{%- endfor %}
|
2023-08-07 16:03:04 +02:00
|
|
|
{%- endif -%}
|