diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/tls.pp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/manifests/tls.pp b/manifests/tls.pp index cc917df..b634386 100644 --- a/manifests/tls.pp +++ b/manifests/tls.pp @@ -19,9 +19,4 @@ class mail::tls { default => Service['postfix', 'dovecot'], } } - - # Check SSL certificate - ssl::check { "${::domain}": - file => true, - } } |