summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2020-10-02 13:54:46 -0300
committerSilvio Rhatto <rhatto@riseup.net>2020-10-02 13:54:46 -0300
commitceff11a35cf0f01934e13846aab1ae79568bbd35 (patch)
treebd70f88d3af1ac6e7f2a9c23aa27330cb209b61f
parenta12e2949947f4a131b9fcbdaa30f5fbff9518ce8 (diff)
downloadpuppet-mail-ceff11a35cf0f01934e13846aab1ae79568bbd35.tar.gz
puppet-mail-ceff11a35cf0f01934e13846aab1ae79568bbd35.tar.bz2
Feat: adds dovecot_extension param
-rw-r--r--manifests/system.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/system.pp b/manifests/system.pp
index 909f4b5..a4fc57b 100644
--- a/manifests/system.pp
+++ b/manifests/system.pp
@@ -11,6 +11,7 @@ class mail::system(
smtp_listen => "all",
use_amavisd => "yes",
use_dovecot_lda => "yes",
+ dovecot_extension => '',
use_schleuder => lookup('mail::schleuder', undef, undef, false) ? {
true => "yes",
default => "no",