From: Silvio Rhatto Date: Sat, 23 May 2015 14:50:09 +0000 (-0300) Subject: Oops X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=3c5b278ee29f761b153cbac0a52f8a6c4c357e11;p=puppet-ssl.git Oops --- diff --git a/manifests/cert.pp b/manifests/cert.pp index c19efa3..71c8dbf 100644 --- a/manifests/cert.pp +++ b/manifests/cert.pp @@ -41,7 +41,7 @@ define ssl::cert( } if ($verify == true) { - ssl::cert { "${name}": + ssl::check { "${name}": file => true, } }