From: Silvio Rhatto Date: Sat, 18 Jun 2016 13:18:39 +0000 (-0300) Subject: Do not manage ssl cert X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=1698e9fdc5311b3aa56bb9a4227d7c6047b078a5;p=puppet-mail.git Do not manage ssl cert --- diff --git a/manifests/tls.pp b/manifests/tls.pp index b634386..5a1d60d 100644 --- a/manifests/tls.pp +++ b/manifests/tls.pp @@ -10,13 +10,13 @@ class mail::tls { $mail_virtual = hiera('mail::virtual', false) # SSL certificate - ssl::cert { "${::domain}": - group => 'postfix', - privmode => '0640', - main => true, - notify => $mail_virtual ? { - false => Service['postfix'], - default => Service['postfix', 'dovecot'], - } - } + #ssl::cert { "${::domain}": + # group => 'postfix', + # privmode => '0640', + # main => true, + # notify => $mail_virtual ? { + # false => Service['postfix'], + # default => Service['postfix', 'dovecot'], + # } + #} }