Merge pull request #2 from saltstack-formulas/style-short-dec

Change states to use short-dec style
This commit is contained in:
Nitin Madhok 2014-12-13 06:37:36 -05:00
commit d8cc3f5908

View file

@ -1,16 +1,13 @@
haproxy: haproxy:
pkg: pkg.installed: []
- installed file.managed:
file:
- managed
- name: /etc/haproxy/haproxy.cfg - name: /etc/haproxy/haproxy.cfg
- source: salt://haproxy/files/haproxy.cfg - source: salt://haproxy/files/haproxy.cfg
- user: root - user: root
- group: root - group: root
- mode: 644 - mode: 644
- template: jinja - template: jinja
service: service.running:
- running
- enable: True - enable: True
- require: - require:
- pkg: haproxy - pkg: haproxy