bind: fix syntax

This commit is contained in:
Astro 2018-06-23 02:10:54 +02:00
parent 537733a15b
commit f709d39ffa
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ $TTL 10M
)
IN NS {{ pillar['bind']['master-ns'] }}.
{%- if ctx == 'dn42' %]
{%- if ctx == 'dn42' %}
{%- for net, hosts in pillar['hosts-inet'].items() %}
{%- for host, aaaa in hosts.items() %}
{%- set reverse = salt['network.reverse_ip'](aaaa) %}