aboutsummaryrefslogtreecommitdiff
path: root/manifests/cert.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/cert.pp')
-rw-r--r--manifests/cert.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/cert.pp b/manifests/cert.pp
index c19efa3..71c8dbf 100644
--- a/manifests/cert.pp
+++ b/manifests/cert.pp
@@ -41,7 +41,7 @@ define ssl::cert(
}
if ($verify == true) {
- ssl::cert { "${name}":
+ ssl::check { "${name}":
file => true,
}
}