summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-01-26 13:02:53 +0100
committervarac <varacanero@zeromail.org>2013-01-26 13:02:53 +0100
commit705fd0a13dc4d2f073819947159e28b54c286550 (patch)
tree9903c80a0a199f42e6bbfdc470fa329b0038ef42 /manifests/init.pp
parent62c50e8d251a325ff7a60fb3c3df5f15c70e0c18 (diff)
debian support: different package name
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 {