From 1f9f2b7608d3915d2f8a3a556db19c27040d3a4d Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Tue, 2 Jan 2024 02:10:54 -0500 Subject: working dns --- roles/nameservers/templates/named.conf.local.primary.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/nameservers/templates/named.conf.local.primary.j2') 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 %} -- cgit v1.2.3-70-g09d2