aboutsummaryrefslogtreecommitdiff
path: root/manifests/cert.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/cert.pp')
-rw-r--r--manifests/cert.pp4
1 files changed, 0 insertions, 4 deletions
diff --git a/manifests/cert.pp b/manifests/cert.pp
index ec2baf1..3af03fa 100644
--- a/manifests/cert.pp
+++ b/manifests/cert.pp
@@ -57,10 +57,6 @@ define letsencrypt::cert (
letsencrypt::renew { $cert_name:
}
- # This might be incorrect. If a certificate of that name already
- # exists then the new certificate will instead be called
- # ${cert-name}-0001. See
- # https://eff-certbot.readthedocs.io/en/stable/using.html#where-are-my-certificates
if ! $cert_name in $facts['letsencrypt_bycertname'] {
exec { "letsencrypt - get initial ${cert_name}":
creates => "${letsencrypt::cert_dir}/${cert_name}",