Browse Source

Helps if I add the new config file

pull/60/head
Ross McFarland 9 years ago
parent
commit
7e0730ea1b
1 changed files with 20 additions and 0 deletions
  1. +20
    -0
      tests/config/always-dry-run.yaml

+ 20
- 0
tests/config/always-dry-run.yaml 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

Loading…
Cancel
Save