dovecot: Use $ssl::ciphersuites::default_ciphersuites for Dovecot TLS connections.

This commit is contained in:
Timo Makinen 2015-05-13 14:28:45 +03:00
parent d86c744776
commit d1762388df
2 changed files with 3 additions and 0 deletions

View file

@ -35,6 +35,8 @@ class dovecot::common {
#
class dovecot::server inherits dovecot::common {
include ssl::ciphersuites
if ! $dovecot_mailbox_format {
$dovecot_mailbox_format = "mbox"
}