diff --git a/site-cookbooks/kosmos-base/templates/default/gandi_dns_certbot_hook.sh.erb b/site-cookbooks/kosmos-base/templates/default/gandi_dns_certbot_hook.sh.erb index 1a73c8e..4c59a11 100755 --- a/site-cookbooks/kosmos-base/templates/default/gandi_dns_certbot_hook.sh.erb +++ b/site-cookbooks/kosmos-base/templates/default/gandi_dns_certbot_hook.sh.erb @@ -26,7 +26,7 @@ set -euf -o pipefail # Defaults to 30 seconds. # GANDI_API_KEY="<%= @gandi_api_key %>" -PROVIDER_UPDATE_DELAY=2 +PROVIDER_UPDATE_DELAY=10 regex='.*\.(.*\..*)' if [[ $CERTBOT_DOMAIN =~ $regex ]]