Merge pull request #2 from saltstack-formulas/style-short-dec
Change states to use short-dec style
This commit is contained in:
commit
d8cc3f5908
1 changed files with 3 additions and 6 deletions
|
@ -1,16 +1,13 @@
|
|||
haproxy:
|
||||
pkg:
|
||||
- installed
|
||||
file:
|
||||
- managed
|
||||
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
|
||||
service.running:
|
||||
- enable: True
|
||||
- require:
|
||||
- pkg: haproxy
|
||||
|
|
Loading…
Reference in a new issue