From b1be25ecea0f2a22dc4aa8e70b5a886288c133bb Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 29 Mar 2011 19:03:35 -0300 Subject: Using ssl-cert-check directly in the file certificate --- manifests/tls.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, } } -- cgit v1.2.3