From 6e4a5436349fe3acd1a20bf179d71027ec835b2b Mon Sep 17 00:00:00 2001 From: Fredrik Eriksson Date: Sun, 23 May 2021 10:02:54 +0200 Subject: [PATCH] remove deprecated option --- manifests/cert.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ? {