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
|
- 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue