From 5ddae52d8c7577f44e2b594818256b15993fd60f Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 2 Jan 2011 20:52:23 +0100 Subject: Checking SSL cert on mail::tls --- manifests/tls.pp | 4 ++++ 1 file changed, 4 insertions(+) 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', + } } -- cgit v1.2.3