evomaintenance: force permissions on config file

This commit is contained in:
Jérémy Lecour 2017-12-28 11:01:52 +01:00 committed by Jérémy Lecour
parent 290dfd300a
commit 432a89fe40

View file

@ -13,6 +13,9 @@
template:
src: evomaintenance.j2
dest: /etc/evomaintenance.cf
owner: root
group: root
mode: "0600"
# - name: list users with a shell
# shell: "cat /etc/passwd | grep -vE \"^root:\" | grep -E \":/[^:]+sh$\" | cut -d: -f6"