From 4f9e61e1536f2d74193f75cf1e3c64fff9dca277 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 15 Jan 2023 15:12:16 +0100 Subject: Minor documentation cleanup. --- manifests/cert.pp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'manifests') 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}", -- cgit v1.2.3