From a16dd154bce96390582efb8eb6d009beeb27e7b4 Mon Sep 17 00:00:00 2001 From: "nils.wagner" Date: Wed, 15 Jun 2016 10:33:31 +0200 Subject: [PATCH] spk-paydirekt - syntax fun2 --- customer/spk-paydirekt/common.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/customer/spk-paydirekt/common.yaml b/customer/spk-paydirekt/common.yaml index 3f765376..70fc0a4e 100644 --- a/customer/spk-paydirekt/common.yaml +++ b/customer/spk-paydirekt/common.yaml @@ -21,14 +21,17 @@ accounts::users: sudo: true sudo_cmds: - RESTARTHTTPD - - "deploy.vogel ALL=(apache) NOPASSWD: ALL" + - BECOMEAPACHE sudo::configs: cmd_alias: priority: "05" content: | Cmnd_Alias RESTARTHTTPD = /usr/bin/systemctl restart httpd.service - + cmd_alias2: + priority: "06" + content: | + Cmnd_Alias BECOMEAPACHE = deploy.vogel ALL=(apache) NOPASSWD: ALL php::extensions: mysqlnd: {} -- 2.39.5