diff --git a/roles/bind-authoritative/templates/bind/named.conf.local.j2 b/roles/bind-authoritative/templates/bind/named.conf.local.j2 index ab367594..a91863c7 100644 --- a/roles/bind-authoritative/templates/bind/named.conf.local.j2 +++ b/roles/bind-authoritative/templates/bind/named.conf.local.j2 @@ -108,7 +108,7 @@ zone "{{ zone }}" { {% if is_master %} type master; // Apparmor: Need to ln -s /var/cache/bind/generated /var/local/re2o-services/dns/generated - file "generated/dns.{{ zone }}.zone"; + file "generated/{{ zone }}.db"; notify yes; {% else %} type slave; @@ -132,7 +132,7 @@ zone "{{ zone }}" { {% if is_master %} type master; // Apparmor: Need to ln -s /var/cache/bind/generated /var/local/re2o-services/dns/generated - file "generated/dns.{{ zone }}.zone"; + file "generated/{{ zone }}.db"; notify yes; {% else %} type slave;