From: Silvio Rhatto Date: Sun, 2 Jan 2011 19:52:23 +0000 (+0100) Subject: Checking SSL cert on mail::tls X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=5ddae52d8c7577f44e2b594818256b15993fd60f;p=puppet-mail.git Checking SSL cert on mail::tls --- diff --git a/manifests/tls.pp b/manifests/tls.pp index 98ccd4f..5de2249 100644 --- a/manifests/tls.pp +++ b/manifests/tls.pp @@ -10,4 +10,8 @@ class mail::tls { ensure => present, source => "puppet://$server/files/postfix/tls_policy", } + + ssl::check { "$domain": + port => '25', + } }