Merge "Remove zonefile from nsd config"

This commit is contained in:
Zuul 2019-04-07 23:22:12 +00:00 committed by Gerrit Code Review
commit 2226ab5c98
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@ key:
{% for zone in dns_zones %}
zone:
name: {{ zone.name }}
zonefile: /var/lib/nsd/zone/{{ zone.name }}
allow-notify: {{ dns_master }} NOKEY
request-xfr: AXFR {{ dns_master }} tsig
{% endfor %}