From 390753faa324c3088a992d5b1c23694e09cc5b65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Sun, 5 Nov 2023 01:01:16 +0100 Subject: [PATCH] Increase update delay for Gandi DNS records --- .../kosmos-base/templates/default/gandi_dns_certbot_hook.sh.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]]