diff --git a/roles/bind-authoritative/templates/bind/named.conf.local.j2 b/roles/bind-authoritative/templates/bind/named.conf.local.j2 index ab367594159330c91de79ef3b285f3a59234cf7e..a91863c714c6330ecc3683421509db9ba70e6ac7 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;