File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -230,8 +230,8 @@ zones{{ dash_view }}-{{ zone }}{{ '.include' if serial_auto else ''}}:
230230 {% if zone_records != {} % }
231231 - context:
232232 zone: zones{{ dash_view }}- {{ zone }}
233- soa: {{ salt[' pillar.get' ](" bind:available_zones:" + zone + " :soa" ) }}
234- records: {{ zone_records }}
233+ soa: {{ salt[' pillar.get' ](" bind:available_zones:" + zone + " :soa" ) | json }}
234+ records: {{ zone_records | json }}
235235 include: False
236236 {% endif % }
237237 - user: {{ salt[' pillar.get' ](' bind:config:user' , map .user) }}
@@ -262,7 +262,7 @@ zones{{ dash_view }}-{{ zone }}:
262262 {% if zone_records != {} % }
263263 - context:
264264 zone: zones{{ dash_view }}- {{ zone }}
265- soa: {{ salt[' pillar.get' ](" bind:available_zones:" + zone + " :soa" ) }}
265+ soa: {{ salt[' pillar.get' ](" bind:available_zones:" + zone + " :soa" ) | json }}
266266 include: {{ zones_directory }}/ {{ file }}.include
267267 {% endif % }
268268 - user: {{ salt[' pillar.get' ](' bind:config:user' , map .user) }}
You can’t perform that action at this time.
0 commit comments