paulbsd-salt/states/haproxy/init.sls
2023-02-10 13:47:00 +01:00

10 lines
156 B
Plaintext

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