We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 52a4e1a + 17c9373 commit 4586aeaCopy full SHA for 4586aea
1 file changed
haproxy/config.sls
@@ -4,9 +4,13 @@ haproxy.config:
4
- source: salt://haproxy/templates/haproxy.jinja
5
- template: jinja
6
- user: root
7
+ {% if salt['grains.get']('os_family') == 'FreeBSD' %}
8
+ - group: wheel
9
+ {% else %}
10
- group: root
11
+ {% endif %}
12
- mode: 644
13
- require_in:
14
- service: haproxy.service
15
- watch_in:
- - service: haproxy.service
16
+ - service: haproxy.service
0 commit comments