From c43d3ea27e8c0c913c4ceb6e286c9104fbd34593 Mon Sep 17 00:00:00 2001 From: Cara Salter Date: Thu, 6 Oct 2022 07:52:38 -0400 Subject: [PATCH] Remove alphabetical requirement (#764) see discussion in #zrl-land (https://hackclub.slack.com/archives/C01FXNNF6F2/p1665055415107649) --- config/production.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/production.yaml b/config/production.yaml index 7ffb2dc..cbc1600 100644 --- a/config/production.yaml +++ b/config/production.yaml @@ -3,6 +3,7 @@ providers: config: class: octodns.provider.yaml.YamlProvider directory: ./ + enforce_order: False dnsimple: class: octodns.provider.dnsimple.DnsimpleProvider token: env/DNSIMPLE_API_KEY