Added zone class

This commit is contained in:
Jerzy Drozdz 2017-03-25 01:58:35 +01:00
parent 29ea62ec21
commit 18150770aa

View file

@ -7,7 +7,7 @@
//include "/etc/bind/zones.rfc1918";
{%- macro zone(key, args, file, masters) %}
zone "{{ key }}" {
zone "{{ key }}" IN {
type {{ args['type'] }};
{% if args['type'] == 'forward' -%}
{% if args['forward'] is defined -%}