aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-08-02 17:20:53 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-08-02 17:20:53 -0300
commitd52944ca81cd8a45c5bfae0850c0fbc628ec1087 (patch)
treeda4e2a9636a5ad1f49c9683d89c8cc354602402d
parenta1ee5b07095e76d05c142945fdf6dcf5c4f3ac67 (diff)
downloadpuppet-ssl-d52944ca81cd8a45c5bfae0850c0fbc628ec1087.tar.gz
puppet-ssl-d52944ca81cd8a45c5bfae0850c0fbc628ec1087.tar.bz2
Pass base to ssl::check
-rw-r--r--manifests/cert.pp1
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,
}
}
}