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, 4 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index f0f4b29..6c9093d 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -4,7 +4,10 @@
# we take rpms from fedora
class dovecot {
- include dovecot::base
+ case $operatingsystem {
+ centos: { include dovecot::centos }
+ default: { include dovecot::base }
+ }
if $dovecot_sql_sqlite or $dovecot_sql_pgsql or $dovecot_sql_mysql {
include dovecot::sql