remove deprecated option

This commit is contained in:
2021-05-23 10:02:54 +02:00
parent ad247f6922
commit 6e4a543634

View File

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