mirror of
https://github.com/saltstack-formulas/bind-formula.git
synced 2025-04-17 10:10:26 +00:00
Change zonefile include to use absolute path
This commit is contained in:
parent
ccbcd2a31c
commit
2e8643fef4
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ zones{{ dash_view }}-{{ zone }}:
|
|||
- context:
|
||||
zone: zones{{ dash_view }}-{{ zone }}
|
||||
soa: {{ salt['pillar.get']("bind:available_zones:" + zone + ":soa") }}
|
||||
include: {{ file }}.include
|
||||
include: {{ map.named_directory }}/{{ map.zones_directory }}/{{ file }}.include
|
||||
{% endif %}
|
||||
- user: {{ salt['pillar.get']('bind:config:user', map.user) }}
|
||||
- group: {{ salt['pillar.get']('bind:config:group', map.group) }}
|
||||
|
|
Loading…
Add table
Reference in a new issue