aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-01-15 15:12:16 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2023-01-15 15:12:16 +0100
commit4f9e61e1536f2d74193f75cf1e3c64fff9dca277 (patch)
treed79f8346b4782ade7865ab7d6e2c49fc81702cfb /manifests
parentAdd LICENSE file. (diff)
downloadhugonikanor-letsencrypt-4f9e61e1536f2d74193f75cf1e3c64fff9dca277.tar.gz
hugonikanor-letsencrypt-4f9e61e1536f2d74193f75cf1e3c64fff9dca277.tar.xz
Minor documentation cleanup.
Diffstat (limited to 'manifests')
-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}",