From f709d39ffa5f3d9f203777275f3dd8c99ef38c27 Mon Sep 17 00:00:00 2001 From: Astro Date: Sat, 23 Jun 2018 02:10:54 +0200 Subject: [PATCH] bind: fix syntax --- salt/bind/reverse.zone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/bind/reverse.zone b/salt/bind/reverse.zone index 058ec42..08dc83c 100644 --- a/salt/bind/reverse.zone +++ b/salt/bind/reverse.zone @@ -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) %}