summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-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,
}
}