summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp5
1 files changed, 3 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index adf2430..a3b34ad 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -12,8 +12,9 @@ class dovecot(
$manage_shorewall = true
){
case $::operatingsystem {
- centos: { include dovecot::centos }
- default: { include dovecot::base }
+ centos: { include dovecot::centos }
+ 'Debian','Ubuntu': { include dovecot::debian }
+ default: { include dovecot::base }
}
if $dovecot::sqlite or $dovecot::pgsql or $dovecot::mysql {