paulbsd-salt/states/haproxy/service.sls
2022-10-10 10:16:32 +02:00

7 lines
157 B
Plaintext

---
{%- from "haproxy/map.jinja" import haproxy with context %}
haproxy-service:
service.running:
- name: haproxy
- enable: true
- reload: true