remove deprecated option

This commit is contained in:
Fredrik Eriksson 2021-05-23 10:02:54 +02:00
parent ad247f6922
commit 6e4a543634
Signed by: feffe
GPG Key ID: F4329687B0FA7F8D

View File

@ -48,7 +48,7 @@ define certbot::cert (
) { ) {
if $auth_hook or $clean_hook { if $auth_hook or $clean_hook {
$exec_manual = '--manual --manual-public-ip-logging-ok' $exec_manual = '--manual'
} }
$exec_auth_hook = $auth_hook ? { $exec_auth_hook = $auth_hook ? {