diff options
-rw-r--r-- | manifests/mail.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/mail.pp b/manifests/mail.pp index 002b283..5004f01 100644 --- a/manifests/mail.pp +++ b/manifests/mail.pp @@ -8,6 +8,7 @@ class nodo::mail { include nodo::vserver include postfix::mta include database + include ssl # The needed packages package { [ 'postfix-mysql', 'dovecot-imapd', 'maildrop' ]: |