diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-08-02 17:20:53 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-08-02 17:20:53 -0300 |
commit | d52944ca81cd8a45c5bfae0850c0fbc628ec1087 (patch) | |
tree | da4e2a9636a5ad1f49c9683d89c8cc354602402d | |
parent | a1ee5b07095e76d05c142945fdf6dcf5c4f3ac67 (diff) | |
download | puppet-ssl-d52944ca81cd8a45c5bfae0850c0fbc628ec1087.tar.gz puppet-ssl-d52944ca81cd8a45c5bfae0850c0fbc628ec1087.tar.bz2 |
Pass base to ssl::check
-rw-r--r-- | manifests/cert.pp | 1 |
1 files changed, 1 insertions, 0 deletions
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, } } } |