mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-28 20:42:20 +08:00
Try the setgid bit for make nrpe happy with bodhi-backend.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user