File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -229,10 +229,10 @@ zones{{ dash_view }}-{{ zone }}{{ '.include' if serial_auto else ''}}:
229229 - template: jinja
230230 {% if zone_records != {} % }
231231 - context:
232- zone: zones{{ dash_view }}- {{ zone }}
233- soa: {{ salt[' pillar.get' ](" bind:available_zones:" + zone + " :soa" ) | json }}
234- records: {{ zone_records | json }}
235- include: False
232+ zone: zones{{ dash_view }}- {{ zone }}
233+ soa: {{ salt[' pillar.get' ](" bind:available_zones:" + zone + " :soa" ) | json }}
234+ records: {{ zone_records | json }}
235+ include: False
236236 {% endif % }
237237 - user: {{ salt[' pillar.get' ](' bind:config:user' , map .user) }}
238238 - group: {{ salt[' pillar.get' ](' bind:config:group' , map .group) }}
@@ -261,9 +261,9 @@ zones{{ dash_view }}-{{ zone }}:
261261 - template: jinja
262262 {% if zone_records != {} % }
263263 - context:
264- zone: zones{{ dash_view }}- {{ zone }}
265- soa: {{ salt[' pillar.get' ](" bind:available_zones:" + zone + " :soa" ) | json }}
266- include: {{ zones_directory }}/ {{ file }}.include
264+ zone: zones{{ dash_view }}- {{ zone }}
265+ soa: {{ salt[' pillar.get' ](" bind:available_zones:" + zone + " :soa" ) | json }}
266+ include: {{ zones_directory }}/ {{ file }}.include
267267 {% endif % }
268268 - user: {{ salt[' pillar.get' ](' bind:config:user' , map .user) }}
269269 - group: {{ salt[' pillar.get' ](' bind:config:group' , map .group) }}
You can’t perform that action at this time.
0 commit comments