From da98033d85d23aeebfb98b67747a3379d2a9f09d Mon Sep 17 00:00:00 2001 From: "nils.wagner" Date: Mon, 4 Jul 2016 11:53:29 +0200 Subject: [PATCH] spk-paydirekt - changed sudo rules --- customer/spk-paydirekt/common.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/customer/spk-paydirekt/common.yaml b/customer/spk-paydirekt/common.yaml index 412624a8..608a748b 100644 --- a/customer/spk-paydirekt/common.yaml +++ b/customer/spk-paydirekt/common.yaml @@ -27,8 +27,8 @@ sudo::configs: cmd_alias: priority: "05" content: | - Cmnd_Alias RESTARTHTTPD = /usr/bin/systemctl restart httpd.service - Cmnd_Alias RESTARTPHPFPM = /usr/bin/systemctl restart php-fpm.service + Cmnd_Alias RESTARTHTTPD = /usr/bin/systemctl * httpd.service + Cmnd_Alias RESTARTPHPFPM = /usr/bin/systemctl * php-fpm.service deploy.vogel ALL=(apache) NOPASSWD: ALL php::extensions: -- 2.39.5