paulbsd-salt/states/haproxy/templates/maps/domains.j2

6 lines
199 B
Plaintext
Raw Normal View History

2022-12-09 21:58:06 +01:00
## {{ salt['pillar.get']('salt_managed', default='Salt Managed') }}
{%- from "haproxy/map.jinja" import haproxy with context %}
{%- for domain in haproxy.config.domains %}
{{ domain }}
{%- endfor %}