diff options
| -rw-r--r-- | dns/production.yaml | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/dns/production.yaml b/dns/production.yaml index 9dc6692..91e443a 100644 --- a/dns/production.yaml +++ b/dns/production.yaml @@ -4,6 +4,10 @@ manager:      html:        class: octodns.provider.plan.PlanMarkdown +processors: +  meta: +    class: octodns.processor.meta.MetaProcessor +  providers:    zone_config:      class: octodns.provider.yaml.YamlProvider | 
