From 3bf2779805eeb2fff9fdda563e9188814c0859cf Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Mon, 15 Aug 2022 01:36:35 +0300 Subject: [PATCH] Update dnscontrol auth to v3.16+ syntax https://stackexchange.github.io/dnscontrol/creds-json#missing --- cookbooks/dns/templates/default/creds.json.erb | 2 ++ 1 file changed, 2 insertions(+) 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"] %>" -- 2.39.5