From 7ecdfc42e96b40da4676b9f511c1a5167d9ebed1 Mon Sep 17 00:00:00 2001 From: Thomas Dalichow Date: Mon, 13 Aug 2018 21:29:06 +0200 Subject: [PATCH] fbb-api - allow worker-restart for apache users in PRD --- customer/fbb-api/production.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/customer/fbb-api/production.yaml b/customer/fbb-api/production.yaml index 9785c6e8..1484f970 100644 --- a/customer/fbb-api/production.yaml +++ b/customer/fbb-api/production.yaml @@ -29,6 +29,10 @@ sudo::configs: priority: "06" content: | jenkins ALL=(apache) NOPASSWD: ALL + apache_restart_worker_rights: + priority: "07" + content: | + apache ALL=(root) NOPASSWD: /bin/systemctl restart fbb-worker.target repo::remi_php72: true -- 2.39.5