]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
pfizer - use jenkins on pfizer
authorPhilipp Dallig <philipp.dallig@pixelpark.com>
Fri, 18 Nov 2016 15:00:05 +0000 (16:00 +0100)
committerPhilipp Dallig <philipp.dallig@pixelpark.com>
Fri, 18 Nov 2016 15:00:05 +0000 (16:00 +0100)
customer/pfizer/development.yaml
customer/pfizer/test-web01-pfizer-de.pixelpark.net.yaml
customer/pfizer/test.yaml

index 1ecd64c1b31b2fbeb9b34eb820a9ebff9361b5f4..bd2e7d3ae82942f74dcdb0ecbd5d3b5782d2e4ad 100644 (file)
@@ -21,6 +21,9 @@ accounts::users:
   deploy.vogel:
     apply: true
     sudo: false
+  jenkins:
+    apply: true
+    group: apache
 
 # Add specific sudo rights for CI Deployment
 sudo::configs:
@@ -29,8 +32,9 @@ sudo::configs:
     content: |
       Cmnd_Alias MKDIRDOC = /bin/mkdir /srv/www/*
       Cmnd_Alias CHOWNDOC = /bin/chown -R apache\:apache /srv/www/*
-  deploy.vogel:
+  becomeApache:
     priority: "06"
     content: |
       deploy.vogel ALL=(apache) NOPASSWD: ALL
       deploy.vogel ALL=(ALL) NOPASSWD: MKDIRDOC, CHOWNDOC
+      jenkins ALL=(apache) NOPASSWD: ALL
\ No newline at end of file
index 30171be60ad37983012776835ae4753cca6c625f..1fbf4d487205b3d1bf4b9414fbfda6188ad51700 100644 (file)
@@ -31,13 +31,6 @@ accounts::users:
     apply: true
     sudo: false
     group: apache
-  jenkins:
-    apply: true
-    group: apache
-  service.typo3:
-    apply: true
-    sudo: false
-    groups: apache
   willi.martens:
     apply: true
     sudo: false
index 841e9b1a17f3645374dc7b2db91a3336a5991622..b15215a9b9271c5b32dcf7dd485bb19173107d78 100644 (file)
@@ -23,4 +23,14 @@ accounts::users:
     sudo: false
   markus.baumann:
     apply: true
-    sudo: false
\ No newline at end of file
+    sudo: false
+
+accounts::users:
+  jenkins:
+    apply: true
+    group: apache
+sudo::configs:
+  becomeApache:
+    priority: "06"
+    content: |
+      jenkins ALL=(apache) NOPASSWD: ALL
\ No newline at end of file