mirror of
https://github.com/saltstack-formulas/bind-formula.git
synced 2025-04-15 17:20:21 +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";
|
||||
|
||||
{%- macro zone(key, args, file, masters) %}
|
||||
zone "{{ key }}" {
|
||||
zone "{{ key }}" IN {
|
||||
type {{ args['type'] }};
|
||||
{% if args['type'] == 'forward' -%}
|
||||
{% if args['forward'] is defined -%}
|
||||
|
|
Loading…
Add table
Reference in a new issue