1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

Helps if I add the new config file

This commit is contained in:
Ross McFarland
2017-06-08 18:45:47 -07:00
parent 371138dbec
commit 7e0730ea1b

View File

@@ -0,0 +1,20 @@
providers:
in:
class: octodns.provider.yaml.YamlProvider
directory: tests/config
dump:
class: octodns.provider.yaml.YamlProvider
directory: env/YAML_TMP_DIR
zones:
unit.tests.:
always-dry-run: true
sources:
- in
targets:
- dump
subzone.unit.tests.:
always-dry-run: false
sources:
- in
targets:
- dump