]> gitweb.fluxo.info Git - puppet-mail.git/commitdiff
Removes duplicate ssl::check definition
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 11 Jun 2015 00:44:37 +0000 (21:44 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 11 Jun 2015 00:44:37 +0000 (21:44 -0300)
manifests/tls.pp

index cc917dfc7fbfdfc0a2571d20baec701cdf7b91e1..b63438670d13db3be2a74b92fcc6cbd5d40cc884 100644 (file)
@@ -19,9 +19,4 @@ class mail::tls {
       default => Service['postfix', 'dovecot'],
     }
   }
-
-  # Check SSL certificate
-  ssl::check { "${::domain}":
-    file => true,
-  }
 }