diff --git a/templates/named.conf.local.j2 b/templates/named.conf.local.j2 index 3b85f09..72cf75d 100644 --- a/templates/named.conf.local.j2 +++ b/templates/named.conf.local.j2 @@ -12,7 +12,7 @@ // Consider adding the 1918 zones here, if they are not used in your // organization //include "/etc/bind/zones.rfc1918"; -{% for zone in dns_zones %} +{% for zone in bind9_zones %} zone "{{zone.name}}" IN { type {{zone.type}}; file "{{bind9_zone_dir}}/{{zone.name}}.zone";