From 51a4fa86393789c5bbdf342ffb83991560fc39b2 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Thu, 5 Aug 2021 21:06:01 +0200 Subject: [PATCH] logging: Make FM config be owned by countme user This is so the various scripts running under the countme user actually can read it and send messages on the bus. Signed-off-by: Nils Philippsen --- roles/logging/tasks/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/logging/tasks/main.yml b/roles/logging/tasks/main.yml index db2771d480..9790895dcb 100644 --- a/roles/logging/tasks/main.yml +++ b/roles/logging/tasks/main.yml @@ -51,9 +51,9 @@ template: src: fedora-messaging.toml.j2 dest: /etc/fedora-messaging/config.toml - owner: root - group: root - mode: 0600 + owner: countme + group: countme + mode: 0660 tags: - config - logging