From: Thomas Dalichow Date: Mon, 13 Aug 2018 19:29:06 +0000 (+0200) Subject: fbb-api - allow worker-restart for apache users in PRD X-Git-Tag: v0.1.0~418 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=7ecdfc42e96b40da4676b9f511c1a5167d9ebed1;p=pixelpark%2Fhiera.git fbb-api - allow worker-restart for apache users in PRD --- 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