We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1cbdd4c + dafe8fd commit 654fedfCopy full SHA for 654fedf
1 file changed
haproxy/service.sls
@@ -7,13 +7,13 @@ haproxy.service:
7
- enable: True
8
- reload: True
9
- require:
10
- - pkg: haproxy
+ - pkg: haproxy.install
11
{% if salt['grains.get']('os_family') == 'Debian' %}
12
- file: haproxy.service
13
{% endif %}
14
{% else %}
15
service.dead:
16
- - name: haproxy
+ - name: {{ haproxy.service }}
17
- enable: False
18
19
0 commit comments