From: Silvio Rhatto Date: Tue, 29 Mar 2011 22:03:35 +0000 (-0300) Subject: Using ssl-cert-check directly in the file certificate X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=b1be25ecea0f2a22dc4aa8e70b5a886288c133bb;p=puppet-mail.git Using ssl-cert-check directly in the file certificate --- diff --git a/manifests/tls.pp b/manifests/tls.pp index 9c05a71..291e82c 100644 --- a/manifests/tls.pp +++ b/manifests/tls.pp @@ -12,6 +12,6 @@ class mail::tls { # Check SSL certificate ssl::check { "$domain": - port => '25', + file => true, } }