diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/tls.pp | 18 |
1 files changed, 9 insertions, 9 deletions
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'], + # } + #} } |