From: Grant Slater Date: Sun, 14 Aug 2022 22:36:35 +0000 (+0300) Subject: Update dnscontrol auth to v3.16+ syntax X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/3bf2779805eeb2fff9fdda563e9188814c0859cf Update dnscontrol auth to v3.16+ syntax https://stackexchange.github.io/dnscontrol/creds-json#missing --- diff --git a/cookbooks/dns/templates/default/creds.json.erb b/cookbooks/dns/templates/default/creds.json.erb index 980c0fb38..031743673 100644 --- a/cookbooks/dns/templates/default/creds.json.erb +++ b/cookbooks/dns/templates/default/creds.json.erb @@ -1,9 +1,11 @@ { "gandi_v5": { + "TYPE": "GANDI_V5", "apikey": "<%= @passwords["gandi"] %>", "sharing_id": "7028b616-ba65-11e7-8343-00163ec31f40" }, "cloudflare": { + "TYPE": "CLOUDFLAREAPI", "accountid": "049c95aba02c95fc1e78a9d255282e0f", "accountname": "OpenStreetMap", "apitoken": "<%= @passwords["cloudflare"] %>"