aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,
}
}
}