mirror of
https://github.com/saltstack-formulas/bind-formula.git
synced 2025-04-15 17:20:21 +00:00
Set replace to False for query.log state
This commit is contained in:
parent
18150770aa
commit
a8b0353c90
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ bind_restart:
|
|||
|
||||
{{ map.log_dir }}/query.log:
|
||||
file.managed:
|
||||
- replace: False
|
||||
- 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) }}
|
||||
|
|
Loading…
Add table
Reference in a new issue