mirror of
https://github.com/saltstack-formulas/bind-formula.git
synced 2025-04-15 17:20:21 +00:00
Merge pull request #75 from kiwiz/patch-1
`named.conf.key` shouldn't be world readable
This commit is contained in:
commit
3827b1b6f7
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ bind_key_config:
|
|||
- template: jinja
|
||||
- user: {{ salt['pillar.get']('bind:config:user', map.user) }}
|
||||
- group: {{ salt['pillar.get']('bind:config:group', map.group) }}
|
||||
- mode: {{ salt['pillar.get']('bind:config:mode', '644') }}
|
||||
- mode: {{ salt['pillar.get']('bind:config:mode', '640') }}
|
||||
- require:
|
||||
- pkg: bind
|
||||
- watch_in:
|
||||
|
|
Loading…
Add table
Reference in a new issue