From: Silvio Rhatto Date: Sun, 2 Aug 2015 20:20:53 +0000 (-0300) Subject: Pass base to ssl::check X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d52944ca81cd8a45c5bfae0850c0fbc628ec1087;p=puppet-ssl.git Pass base to ssl::check --- diff --git a/manifests/cert.pp b/manifests/cert.pp index 71c8dbf..f9d916d 100644 --- a/manifests/cert.pp +++ b/manifests/cert.pp @@ -43,6 +43,7 @@ define ssl::cert( if ($verify == true) { ssl::check { "${name}": file => true, + base => $base, } } }