diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-03-29 19:03:35 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-03-29 19:03:35 -0300 |
commit | b1be25ecea0f2a22dc4aa8e70b5a886288c133bb (patch) | |
tree | f1bce36d6ac8aa5dd046a488426b9473ac175102 /manifests | |
parent | 0ecb444458d5a55d426905812ac9cb9bafadd88f (diff) | |
download | puppet-mail-b1be25ecea0f2a22dc4aa8e70b5a886288c133bb.tar.gz puppet-mail-b1be25ecea0f2a22dc4aa8e70b5a886288c133bb.tar.bz2 |
Using ssl-cert-check directly in the file certificate
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/tls.pp | 2 |
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, } } |