mirror of
https://github.com/saltstack-formulas/bind-formula.git
synced 2025-04-16 01:30:22 +00:00
Refine named.conf perms
This commit is contained in:
parent
092d39be24
commit
db95f2af8d
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ bind9:
|
||||||
- name: /etc/named.conf
|
- name: /etc/named.conf
|
||||||
- source: salt://bind/files/named.conf
|
- source: salt://bind/files/named.conf
|
||||||
- user: root
|
- user: root
|
||||||
- group: root
|
- group: named
|
||||||
- mode: 644
|
- mode: 640
|
||||||
- require:
|
- require:
|
||||||
- pkg: bind9
|
- pkg: bind9
|
||||||
service.running:
|
service.running:
|
||||||
|
|
Loading…
Add table
Reference in a new issue