paulbsd-salt/states/haproxy/service.sls

7 lines
158 B
Plaintext

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