updated haproxy state
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Paul 2022-12-09 21:58:06 +01:00
parent 0b4434412a
commit 25ca5bbeac

View File

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