From e75b70dbb3391fbd10aaf64c94aa0fed0b288f16 Mon Sep 17 00:00:00 2001 From: "nils.wagner" Date: Wed, 15 Jun 2016 10:23:35 +0200 Subject: [PATCH] spk-paydirekt - allow deploy.vogel to become apache --- customer/spk-paydirekt/common.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/customer/spk-paydirekt/common.yaml b/customer/spk-paydirekt/common.yaml index 011bab62..16aa3ddc 100644 --- a/customer/spk-paydirekt/common.yaml +++ b/customer/spk-paydirekt/common.yaml @@ -27,6 +27,11 @@ sudo::configs: priority: "05" content: | Cmnd_Alias RESTARTHTTPD = /usr/bin/systemctl restart httpd.service + deploy.vogel: + priority: "06" + content: | + deploy.vogel ALL=(apache) NOPASSWD: ALL + php::extensions: mysqlnd: {} -- 2.39.5