diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2020-10-02 13:54:46 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2020-10-02 13:54:46 -0300 |
commit | ceff11a35cf0f01934e13846aab1ae79568bbd35 (patch) | |
tree | bd70f88d3af1ac6e7f2a9c23aa27330cb209b61f /manifests | |
parent | a12e2949947f4a131b9fcbdaa30f5fbff9518ce8 (diff) | |
download | puppet-mail-ceff11a35cf0f01934e13846aab1ae79568bbd35.tar.gz puppet-mail-ceff11a35cf0f01934e13846aab1ae79568bbd35.tar.bz2 |
Feat: adds dovecot_extension param
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/system.pp | 1 |
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", |