paulbsd-salt/states/haproxy/init.sls
2024-04-16 23:42:54 +02:00

13 lines
218 B
Plaintext

---
{%- from "haproxy/map.jinja" import haproxy with context %}
include:
{%- if haproxy.acme %}
- acme
{%- endif %}
{%- if haproxy.config.geoip.enabled %}
- geoip
{%- endif %}
- .install
- .config
- .service