From 72f18d6ed5f9323f64c8c9d28a00434cce78c60c Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 10 Jun 2015 21:44:37 -0300 Subject: Removes duplicate ssl::check definition --- manifests/tls.pp | 5 ----- 1 file changed, 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, - } } -- cgit v1.2.3