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 - config
- bodhi - 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: > file: >
dest=/var/run/fedmsg dest=/var/run/fedmsg
mode=0775 mode=2775
owner=masher owner=masher
group=nrpe group=nrpe
state=directory state=directory