Merge pull request #73 from Perceptyx/master

Force batch in FreeBSD
This commit is contained in:
Niels Abspoel 2018-09-25 20:54:58 +02:00 committed by GitHub
commit 3ded29687e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,10 @@
postfix:
pkg.installed:
- name: {{ postfix.package }}
{%- if grains['os_family']=="FreeBSD" %}
- force: True
- batch: True
{%- endif %}
- watch_in:
- service: postfix
service.running: