diff options
-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', + } } |