paulbsd-salt/states/haproxy/maps/domains.j2
Paul Lecuq 25ca5bbeac
All checks were successful
continuous-integration/drone/push Build is passing
updated haproxy state
2022-12-09 21:58:06 +01:00

6 lines
199 B
Django/Jinja

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