diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-01-02 20:52:23 +0100 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-01-02 20:52:23 +0100 |
commit | 5ddae52d8c7577f44e2b594818256b15993fd60f (patch) | |
tree | 9082a2975e16a88ecf125d0e65213cec64288e69 | |
parent | 2cac2459245a94aa06adc2f48a8da38893eb6b5d (diff) | |
download | puppet-mail-5ddae52d8c7577f44e2b594818256b15993fd60f.tar.gz puppet-mail-5ddae52d8c7577f44e2b594818256b15993fd60f.tar.bz2 |
Checking SSL cert on mail::tls
-rw-r--r-- | manifests/tls.pp | 4 |
1 files changed, 4 insertions, 0 deletions
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', + } } |