Set correct mode for Koschei config
Koschei config contains some sensitive information, like DB password, so it shouldn't be world-readable.
This commit is contained in:
parent
28b402ded1
commit
f451521d68
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@
|
|||
template: >
|
||||
src="config.cfg.j2"
|
||||
dest="/etc/koschei/config.cfg"
|
||||
owner=koschei
|
||||
group=koschei
|
||||
mode=0400
|
||||
notify:
|
||||
- restart koschei-polling
|
||||
- restart koschei-resolver
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue