Merge pull request #53 from abednarik/abednarik_freebsd_suppoprt

Updated group wheel when os_family is FreeBSD.
This commit is contained in:
Forrest 2016-06-07 12:16:17 -07:00
commit 4586aea25c

View file

@ -4,9 +4,13 @@ haproxy.config:
- source: salt://haproxy/templates/haproxy.jinja
- template: jinja
- user: root
{% if salt['grains.get']('os_family') == 'FreeBSD' %}
- group: wheel
{% else %}
- group: root
{% endif %}
- mode: 644
- require_in:
- service: haproxy.service
- watch_in:
- service: haproxy.service
- service: haproxy.service