Force batch in FreeBSD

This commit is contained in:
Felipe Zipitria 2018-07-24 14:38:10 +01:00
parent cf42ec7e8c
commit 7ede7609f7
1 changed files with 4 additions and 0 deletions

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: