From 66408f810bb3eec469dbefab4f42432db8876cdd Mon Sep 17 00:00:00 2001 From: Jin-Guk Kwon Date: Thu, 28 Jan 2021 08:15:07 +0100 Subject: [PATCH] [type]Update manifest from renew-hook to deploy-hook --- cdist/conf/type/__letsencrypt_cert/manifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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