paulbsd-salt/states/haproxy/templates/maps/access.j2
2023-08-07 16:03:04 +02:00

8 lines
231 B
Django/Jinja

## {{ salt['pillar.get']('salt_managed', default='Salt Managed') }}
{%- from "haproxy/map.jinja" import net with context %}
{%- if net.ip_networks -%}
{%- for network in net.ip_networks %}
{{ network }}
{%- endfor %}
{%- endif -%}