mirror of
https://github.com/saltstack-formulas/bind-formula.git
synced 2025-04-15 17:20:21 +00:00
Fixes issue where query.log throws warning for replace=True
This commit is contained in:
parent
29662c0f04
commit
a1b8c78377
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ bind_restart:
|
|||
- user: {{ salt['pillar.get']('bind:config:user', map.user) }}
|
||||
- group: {{ salt['pillar.get']('bind:config:group', map.group) }}
|
||||
- mode: {{ salt['pillar.get']('bind:config:log_mode', map.log_mode) }}
|
||||
- replace: False
|
||||
- require:
|
||||
- file: {{ map.log_dir }}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue