paulbsd-salt/states/haproxy/init.sls
Paul c1a7f16773
All checks were successful
continuous-integration/drone/push Build is passing
updated haproxy state
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