From 862642895f184e055869a78a3f531865c116921a Mon Sep 17 00:00:00 2001 From: Seth House Date: Sat, 13 Dec 2014 00:19:59 -0700 Subject: [PATCH] Change states to use short-dec style --- haproxy/init.sls | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/haproxy/init.sls b/haproxy/init.sls index b0cb536..19f0c0f 100644 --- a/haproxy/init.sls +++ b/haproxy/init.sls @@ -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