summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-12-06 23:02:23 +0100
committermh <mh@immerda.ch>2009-12-06 23:02:23 +0100
commit0d1a1fdb690cd88496776f1571416e468a51ce71 (patch)
tree9aa1baa428492f67afcf4a02d018fc3d466f961e /manifests/init.pp
parentc2b7e2af0438975e8b8b4c8d2532c383a8125e3f (diff)
initial release of the new dovecot module
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp6
1 files changed, 2 insertions, 4 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 1141a6e..1e20374 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -2,9 +2,7 @@
# Copyright (C) 2009 admin@immerda.ch
#
-# we take rpms from
-# - http://atrpms.net/dist/el5/dovecot/
-# - http://atrpms.net/dist/el5/dovecot-sieve/
+# we take rpms from fedora
class dovecot {
-
+ include dovecot::base
}