aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/check.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/check.pp b/manifests/check.pp
index 46030ee..16aba2e 100644
--- a/manifests/check.pp
+++ b/manifests/check.pp
@@ -13,7 +13,7 @@ define ssl::check(
$command = $file ? {
false => "$ssl_cert_check -s ${name} -p ${port}",
- true => "$ssl_cert_check -c ${base}/certs/cert.crt",
+ true => "$ssl_cert_check -c ${base}/certs/${name}.crt",
default => "$ssl_cert_check -c ${file}",
}