formula-haproxy/haproxy/init.sls
2013-06-12 23:31:12 -06:00

19 lines
326 B
Plaintext

haproxy:
pkg:
- installed
file:
- managed
- name: /etc/haproxy/haproxy.cfg
- source: salt://haproxy/files/haproxy.cfg
- user: root
- group: root
- mode: 644
- template: jinja
service:
- running
- enable: True
- require:
- pkg: haproxy
- watch:
- file: haproxy