summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-08-31 18:07:38 +0200
committermh <mh@immerda.ch>2010-08-31 18:07:38 +0200
commit24ae8925a5142aba0d2973fbfb361e9a8f593cbc (patch)
treee9dd2b18fb57be7db8b6c2101de7369cdba11e89 /manifests/init.pp
parent7288c660738696af2b9200e7f9e3da8e7ee5709b (diff)
manage sysconfig
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