mirror of
https://github.com/saltstack-formulas/bind-formula.git
synced 2025-04-16 17:50:23 +00:00
Changed zone file path
This commit is contained in:
parent
8d93eabd86
commit
29ea62ec21
1 changed files with 21 additions and 21 deletions
|
@ -20,9 +20,9 @@ zone "{{ key }}" {
|
|||
};
|
||||
{% else -%}
|
||||
{% if args['dnssec'] is defined and args['dnssec'] -%}
|
||||
file "{{ map.named_directory }}/{{ file }}.signed";
|
||||
file "{{ file }}.signed";
|
||||
{% else -%}
|
||||
file "{{ map.named_directory }}/{{ file }}";
|
||||
file "{{ file }}";
|
||||
{%- endif %}
|
||||
{%- if args['allow-update'] is defined %}
|
||||
allow-update { {{args['allow-update']}}; };
|
||||
|
|
Loading…
Add table
Reference in a new issue