]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
mbvd-servicepreisauskunft update user kram
authorAndreas Gerstenberg <gerstenberg@pixelpark.com>
Thu, 15 Mar 2018 15:11:03 +0000 (16:11 +0100)
committerAndreas Gerstenberg <gerstenberg@pixelpark.com>
Thu, 15 Mar 2018 15:11:03 +0000 (16:11 +0100)
customer/mbvd-servicepreisauskunft/common.yaml

index fdfe4af0eb4ff471ae1345bb63653c86ab73007a..f443d7d742a6b943fa878fdc77de19108e4ea97c 100644 (file)
@@ -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