From 2890c6d39b89e506a23609e3a244311fdd93fe18 Mon Sep 17 00:00:00 2001 From: "nils.wagner" Date: Wed, 15 Jun 2016 10:44:13 +0200 Subject: [PATCH] spk-paydirekt - sudo rules --- customer/spk-paydirekt/common.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/customer/spk-paydirekt/common.yaml b/customer/spk-paydirekt/common.yaml index fd3ef622..48cb1f9d 100644 --- a/customer/spk-paydirekt/common.yaml +++ b/customer/spk-paydirekt/common.yaml @@ -21,14 +21,13 @@ accounts::users: sudo: true sudo_cmds: - RESTARTHTTPD - - BECOMEAPACHE sudo::configs: cmd_alias: priority: "05" content: | Cmnd_Alias RESTARTHTTPD = /usr/bin/systemctl restart httpd.service - Cmnd_Alias BECOMEAPACHE = deploy.vogel ALL=(apache) NOPASSWD: ALL + deploy.vogel ALL=(apache) NOPASSWD: ALL php::extensions: mysqlnd: {} -- 2.39.5