diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-06-10 21:44:37 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-06-10 21:44:37 -0300 |
commit | 72f18d6ed5f9323f64c8c9d28a00434cce78c60c (patch) | |
tree | 252d5883fb4bf6ed1ddd4188e53bacf08516526f /manifests | |
parent | 06c6f1bfa35b0fe2b3c8e2d28c5f3ed718bb1c1c (diff) | |
download | puppet-mail-72f18d6ed5f9323f64c8c9d28a00434cce78c60c.tar.gz puppet-mail-72f18d6ed5f9323f64c8c9d28a00434cce78c60c.tar.bz2 |
Removes duplicate ssl::check definition
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/tls.pp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/manifests/tls.pp b/manifests/tls.pp index cc917df..b634386 100644 --- a/manifests/tls.pp +++ b/manifests/tls.pp @@ -19,9 +19,4 @@ class mail::tls { default => Service['postfix', 'dovecot'], } } - - # Check SSL certificate - ssl::check { "${::domain}": - file => true, - } } |