Changed zone file path

This commit is contained in:
Jerzy Drozdz 2017-03-25 01:56:40 +01:00
parent 8d93eabd86
commit 29ea62ec21

View file

@ -20,9 +20,9 @@ zone "{{ key }}" {
};
{% else -%}
{% if args['dnssec'] is defined and args['dnssec'] -%}
file "{{ map.named_directory }}/{{ file }}.signed";
file "{{ file }}.signed";
{% else -%}
file "{{ map.named_directory }}/{{ file }}";
file "{{ file }}";
{%- endif %}
{%- if args['allow-update'] is defined %}
allow-update { {{args['allow-update']}}; };