Skip to content

Commit 2e8643f

Browse files
author
Ryan Walder
committed
Change zonefile include to use absolute path
1 parent ccbcd2a commit 2e8643f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bind/config.sls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ zones{{ dash_view }}-{{ zone }}:
246246
- context:
247247
zone: zones{{ dash_view }}-{{ zone }}
248248
soa: {{ salt['pillar.get']("bind:available_zones:" + zone + ":soa") }}
249-
include: {{ file }}.include
249+
include: {{ map.named_directory }}/{{ map.zones_directory }}/{{ file }}.include
250250
{% endif %}
251251
- user: {{ salt['pillar.get']('bind:config:user', map.user) }}
252252
- group: {{ salt['pillar.get']('bind:config:group', map.group) }}

0 commit comments

Comments
 (0)