summaryrefslogtreecommitdiff
path: root/manifests/tls.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-03-29 19:03:35 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-03-29 19:03:35 -0300
commitb1be25ecea0f2a22dc4aa8e70b5a886288c133bb (patch)
treef1bce36d6ac8aa5dd046a488426b9473ac175102 /manifests/tls.pp
parent0ecb444458d5a55d426905812ac9cb9bafadd88f (diff)
downloadpuppet-mail-b1be25ecea0f2a22dc4aa8e70b5a886288c133bb.tar.gz
puppet-mail-b1be25ecea0f2a22dc4aa8e70b5a886288c133bb.tar.bz2
Using ssl-cert-check directly in the file certificate
Diffstat (limited to 'manifests/tls.pp')
-rw-r--r--manifests/tls.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/tls.pp b/manifests/tls.pp
index 9c05a71..291e82c 100644
--- a/manifests/tls.pp
+++ b/manifests/tls.pp
@@ -12,6 +12,6 @@ class mail::tls {
# Check SSL certificate
ssl::check { "$domain":
- port => '25',
+ file => true,
}
}