From: Silvio Rhatto Date: Thu, 11 Jun 2015 00:44:37 +0000 (-0300) Subject: Removes duplicate ssl::check definition X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=72f18d6ed5f9323f64c8c9d28a00434cce78c60c;p=puppet-mail.git Removes duplicate ssl::check definition --- 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, - } }