named.conf.key shouldn't be world readable

This commit is contained in:
Kai 2017-07-11 22:40:56 -04:00 committed by GitHub
parent 4b6ea1e809
commit 3ceaa7ca70

View file

@ -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: