From 3a475a8fb021bd7f6c6fbd8dcd98f23b1747e6fe Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 31 Aug 2015 17:45:43 +0000 Subject: [PATCH] Try the setgid bit for make nrpe happy with bodhi-backend. --- roles/bodhi2/backend/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/bodhi2/backend/tasks/main.yml b/roles/bodhi2/backend/tasks/main.yml index 6472c790c9..c1a65c2e4c 100644 --- a/roles/bodhi2/backend/tasks/main.yml +++ b/roles/bodhi2/backend/tasks/main.yml @@ -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