Try the setgid bit for make nrpe happy with bodhi-backend.

This commit is contained in:
Ralph Bean 2015-08-31 17:45:43 +00:00
parent 15e5e56f03
commit 3a475a8fb0

View file

@ -312,10 +312,10 @@
- config
- bodhi
- name: ensure that nrpe has rights to monitor us (dir)
- name: ensure that nrpe has rights to monitor us (dir), including setgid bit.
file: >
dest=/var/run/fedmsg
mode=0775
mode=2775
owner=masher
group=nrpe
state=directory