bind: fix net-domain ctx

This commit is contained in:
Astro 2018-06-23 02:22:31 +02:00
parent 8729a12fbf
commit c5aa7f9e11
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ $TTL 10M
{%- endif %}
{%- if pillar['hosts-inet6'][ctx].get(net) %}
{%- for name, aaaa in pillar['hosts-inet6'][net].items() %}
{%- for name, aaaa in pillar['hosts-inet6'][ctx][net].items() %}
{{ name }} IN AAAA {{ aaaa }}
{%- endfor %}
{%- endif %}