diff --git a/cdist/conf/type/__letsencrypt_cert/manifest b/cdist/conf/type/__letsencrypt_cert/manifest index b4464366..5bfc9f2c 100755 --- a/cdist/conf/type/__letsencrypt_cert/manifest +++ b/cdist/conf/type/__letsencrypt_cert/manifest @@ -106,7 +106,7 @@ if [ -f "${__object}/parameter/automatic-renewal" ]; then renew_hook="" if [ -f "${renew_hook_param}" ]; then while read -r hook; do - renew_hook="${renew_hook} --renew-hook \"${hook}\"" + renew_hook="${renew_hook} --deploy-hook \"${hook}\"" done < "${renew_hook_param}" fi