summaryrefslogtreecommitdiff
path: root/roles/nameservers/templates/named.conf.local.primary.j2
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-01-02 02:10:54 -0500
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-01-02 02:10:54 -0500
commit1f9f2b7608d3915d2f8a3a556db19c27040d3a4d (patch)
treee3efd09f152de0392ec493111f07be1080830c26 /roles/nameservers/templates/named.conf.local.primary.j2
parentc0ed0a948fd574208a44b2cfb5f944cf45efca29 (diff)
downloadoldinfra-1f9f2b7608d3915d2f8a3a556db19c27040d3a4d.tar.gz
oldinfra-1f9f2b7608d3915d2f8a3a556db19c27040d3a4d.zip
working dns
Diffstat (limited to 'roles/nameservers/templates/named.conf.local.primary.j2')
-rw-r--r--roles/nameservers/templates/named.conf.local.primary.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/nameservers/templates/named.conf.local.primary.j2 b/roles/nameservers/templates/named.conf.local.primary.j2
index 0234278..44665e6 100644
--- a/roles/nameservers/templates/named.conf.local.primary.j2
+++ b/roles/nameservers/templates/named.conf.local.primary.j2
@@ -1,7 +1,7 @@
{% for zone in dns_zones %}
zone "{{ zone.zone_name }}" {
type master;
- file "/etc/bind/{{ zone.zone_file }}";
+ file "/etc/bind/zones/{{ zone.zone_file }}";
allow-transfer { {{ dns_replica_ip }}; };
};
{% endfor %}