salt-statetree/haproxy/service.sls
2024-02-22 20:33:44 +01:00

9 lines
147 B
Text

include:
- .pkg
haproxy_service_running:
service.running:
- name: haproxy
- enable: True
- require:
- haproxy_pkg_rc_script