From 3434283959b12ee65bc8d0141f8a7033c143fbec Mon Sep 17 00:00:00 2001 From: Heiko Hardt Date: Mon, 27 Nov 2017 13:25:27 +0100 Subject: [PATCH] [TASK] Adjusting service and employee system user --- customer/gsub-teilhabeberatung/common.yaml | 35 +++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/customer/gsub-teilhabeberatung/common.yaml b/customer/gsub-teilhabeberatung/common.yaml index 0433ee0a..fca63a89 100644 --- a/customer/gsub-teilhabeberatung/common.yaml +++ b/customer/gsub-teilhabeberatung/common.yaml @@ -13,15 +13,48 @@ php::settings: PHP/expose_php: 'Off' accounts::users: + # service ##################################### + jenkins: + apply: true + group: apache + # employee berlin ############################# thomas.bussmeyer: apply: true group: "apache" andreas.pinto-koehler: apply: true group: "apache" + # employee cologne ############################ + lothar.schickhoff: + apply: true + group: "apache" heiko.hardt: apply: true group: "apache" - lothar.schickhoff: + lisa.kuehn: + apply: true + group: "apache" + matthias.schmidt: + apply: true + group: "apache" + felix.rauch: apply: true group: "apache" + tomas.schmidt: + apply: true + group: "apache" + jens.vollmer: + apply: true + group: "apache" + vanessa.kestering: + apply: true + group: "apache" + sylvia.egger: + apply: true + group: "apache" + +sudo::configs: + becomeApache: + priority: "06" + content: | + jenkins ALL=(apache) NOPASSWD: ALL -- 2.39.5