paulbsd-salt/states/haproxy/init.sls

10 lines
156 B
Plaintext
Raw Normal View History

2022-10-01 20:06:19 +02:00
---
2023-02-10 13:47:00 +01:00
{%- from "haproxy/map.jinja" import haproxy with context %}
2022-10-01 20:06:19 +02:00
include:
2023-02-10 13:47:00 +01:00
{%- if haproxy.acme %}
2022-10-01 20:06:19 +02:00
- acme
2023-02-10 13:47:00 +01:00
{%- endif %}
2022-10-01 20:06:19 +02:00
- .install
- .config
2023-02-10 13:47:00 +01:00
- .service