mirror of
https://github.com/saltstack-formulas/bind-formula.git
synced 2025-04-16 17:50:23 +00:00
Added zone class
This commit is contained in:
parent
29ea62ec21
commit
18150770aa
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
//include "/etc/bind/zones.rfc1918";
|
//include "/etc/bind/zones.rfc1918";
|
||||||
|
|
||||||
{%- macro zone(key, args, file, masters) %}
|
{%- macro zone(key, args, file, masters) %}
|
||||||
zone "{{ key }}" {
|
zone "{{ key }}" IN {
|
||||||
type {{ args['type'] }};
|
type {{ args['type'] }};
|
||||||
{% if args['type'] == 'forward' -%}
|
{% if args['type'] == 'forward' -%}
|
||||||
{% if args['forward'] is defined -%}
|
{% if args['forward'] is defined -%}
|
||||||
|
|
Loading…
Add table
Reference in a new issue