diff --git a/postfix/init.sls b/postfix/init.sls index 8540765..d9d22a6 100644 --- a/postfix/init.sls +++ b/postfix/init.sls @@ -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: