diff --git a/manifests/cert.pp b/manifests/cert.pp index c4030cd..8bbb6d5 100644 --- a/manifests/cert.pp +++ b/manifests/cert.pp @@ -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 ? {