formula-haproxy/haproxy/init.sls

19 lines
326 B
Plaintext
Raw Normal View History

2013-06-13 01:31:12 -04:00
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