aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-03-18 18:39:15 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-03-18 18:39:15 -0300
commitfa266d8f80542e208943871fce23b1fec6783202 (patch)
treec6a3afc6286e17af8e988e8c25bf51142f134bf9
parente36237cd5a8fb7326c1a5a4eb0b3548be9dca2d9 (diff)
downloadpuppet-ssl-fa266d8f80542e208943871fce23b1fec6783202.tar.gz
puppet-ssl-fa266d8f80542e208943871fce23b1fec6783202.tar.bz2
Use ::domain as ssl::check name
-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}",
}