From 804c1393ce7b6385d63a733b6071a5661fbfff4c Mon Sep 17 00:00:00 2001 From: Andreas Gerstenberg Date: Thu, 15 Mar 2018 16:11:03 +0100 Subject: [PATCH] mbvd-servicepreisauskunft update user kram --- .../mbvd-servicepreisauskunft/common.yaml | 22 +++++++++++++------ 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/customer/mbvd-servicepreisauskunft/common.yaml b/customer/mbvd-servicepreisauskunft/common.yaml index fdfe4af0..f443d7d7 100644 --- a/customer/mbvd-servicepreisauskunft/common.yaml +++ b/customer/mbvd-servicepreisauskunft/common.yaml @@ -4,16 +4,24 @@ infra::role: base accounts::users: christian.heggemann: apply: true - group: tomcat + groups: + - apache + - tomcat dennis.klein: apply: true - group: tomcat + groups: + - apache + - tomcat annika.wenzel: apply: true - group: tomcat - jenkins: - apply: true - sudo: true - group: tomcat groups: - apache + - tomcat + jenkins: + apply: true + +sudo::configs: + deploy_rights: + priority: "06" + content: | + jenkins ALL=(ALL) NOPASSWD: ALL \ No newline at end of file -- 2.39.5