diff --git a/dovecot/init.sls b/dovecot/init.sls
index 54ab2c74dafad71c4754ae199bbbc58253d0b5d4..798729413c1712254164f7fbe0ed64e4bbd71b06 100644
--- a/dovecot/init.sls
+++ b/dovecot/init.sls
@@ -1,4 +1,6 @@
+{% if grains['osfinger'] == "Debian-9" %}
 {%- if 'dovecot' in pillar.get('roles', []) %}
 include:
   - .dovecot
 {%- endif %}
+{%- endif %}