summaryrefslogtreecommitdiff
path: root/manifests/tls.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-01-02 20:52:23 +0100
committerSilvio Rhatto <rhatto@riseup.net>2011-01-02 20:52:23 +0100
commit5ddae52d8c7577f44e2b594818256b15993fd60f (patch)
tree9082a2975e16a88ecf125d0e65213cec64288e69 /manifests/tls.pp
parent2cac2459245a94aa06adc2f48a8da38893eb6b5d (diff)
downloadpuppet-mail-5ddae52d8c7577f44e2b594818256b15993fd60f.tar.gz
puppet-mail-5ddae52d8c7577f44e2b594818256b15993fd60f.tar.bz2
Checking SSL cert on mail::tls
Diffstat (limited to 'manifests/tls.pp')
-rw-r--r--manifests/tls.pp4
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',
+ }
}