]> gitweb.fluxo.info Git - puppet-mail.git/commitdiff
Using ssl-cert-check directly in the file certificate
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 29 Mar 2011 22:03:35 +0000 (19:03 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 29 Mar 2011 22:03:35 +0000 (19:03 -0300)
manifests/tls.pp

index 9c05a717056563253330c058793e9fc41c8da2e2..291e82c15919bf6ebb46f9a68b96d097baac83b7 100644 (file)
@@ -12,6 +12,6 @@ class mail::tls {
 
   # Check SSL certificate
   ssl::check { "$domain":
-    port => '25',
+    file => true,
   }
 }