We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3310f90 commit 59502abCopy full SHA for 59502ab
bind/config.sls
@@ -168,8 +168,8 @@ bind_rndc_client_config:
168
{%- endif %}
169
{% endif %}
170
171
-{%- set views = salt['pillar.get']('bind:configured_views', {}) %}
172
-{%- do views.update({False: salt['pillar.get']('bind', {})}) %}{# process non-view zones in the same loop #}
+{%- set views = {False: salt['pillar.get']('bind', {})} %}{# process non-view zones in the same loop #}
+{%- do views.update(salt['pillar.get']('bind:configured_views', {})) %}
173
{%- for view, view_data in views.items() %}
174
{%- set dash_view = '-' + view if view else '' %}
175
{% for zone, zone_data in view_data.get('configured_zones', {}).items() -%}
0 commit comments