mirror of
https://github.com/saltstack-formulas/bind-formula.git
synced 2025-04-15 17:20:21 +00:00
require ID, not file path
This commit is contained in:
parent
ece098cc08
commit
8972734ba0
1 changed files with 2 additions and 2 deletions
|
@ -130,7 +130,7 @@ zones-{{ file }}:
|
|||
- watch_in:
|
||||
- service: bind
|
||||
- require:
|
||||
- file: {{ map.named_directory }}
|
||||
- file: named_directory
|
||||
|
||||
{% if args['dnssec'] is defined and args['dnssec'] -%}
|
||||
signed-{{ file }}:
|
||||
|
@ -158,7 +158,7 @@ zones-{{ file }}:
|
|||
- watch_in:
|
||||
- service: bind
|
||||
- require:
|
||||
- file: {{ map.named_directory }}
|
||||
- file: named_directory
|
||||
|
||||
{% if args['dnssec'] is defined and args['dnssec'] -%}
|
||||
signed-{{ file }}:
|
||||
|
|
Loading…
Add table
Reference in a new issue