Try the setgid bit for make nrpe happy with bodhi-backend.
This commit is contained in:
parent
15e5e56f03
commit
3a475a8fb0
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue