From bbaa8b0b44d852de898f7e7227ea263636aa8749 Mon Sep 17 00:00:00 2001 From: sambufe Date: Fri, 9 Jun 2017 11:47:21 +0200 Subject: [PATCH] =?utf8?q?jenkins=20auf=20fbb=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- customer/fbb-ws/dev-ws-fbb.pixelpark.net.yaml | 3 +++ customer/fbb-ws/test.yaml | 11 +++++++++++ customer/fbb-www/dev-www-fbb.pixelpark.net.yaml | 3 +++ customer/fbb-www/test.yaml | 8 ++++++++ 4 files changed, 25 insertions(+) diff --git a/customer/fbb-ws/dev-ws-fbb.pixelpark.net.yaml b/customer/fbb-ws/dev-ws-fbb.pixelpark.net.yaml index 70233c50..d93c8c54 100644 --- a/customer/fbb-ws/dev-ws-fbb.pixelpark.net.yaml +++ b/customer/fbb-ws/dev-ws-fbb.pixelpark.net.yaml @@ -11,6 +11,9 @@ accounts::users: markus.baumann: apply: true sudo: true + jenkins: + apply: true + sudo: false sudo::configs: jenkins_rights: diff --git a/customer/fbb-ws/test.yaml b/customer/fbb-ws/test.yaml index da6f5b45..0ee47645 100644 --- a/customer/fbb-ws/test.yaml +++ b/customer/fbb-ws/test.yaml @@ -3,6 +3,17 @@ infra::role: base infra::additional_classes: - infra::profile::apache_php +accounts::users: + christian.schoenherr: + apply: true + sudo: false + markus.baumann: + apply: true + sudo: false + jenkins: + apply: true + sudo: false + sudo::configs: jenkins_rights: priority: "06" diff --git a/customer/fbb-www/dev-www-fbb.pixelpark.net.yaml b/customer/fbb-www/dev-www-fbb.pixelpark.net.yaml index 1f267f4a..5571dedd 100644 --- a/customer/fbb-www/dev-www-fbb.pixelpark.net.yaml +++ b/customer/fbb-www/dev-www-fbb.pixelpark.net.yaml @@ -8,6 +8,9 @@ accounts::users: christian.schoenherr: apply: true sudo: true + jenkins: + apply: true + sudo: false sudo::configs: jenkins_rights: diff --git a/customer/fbb-www/test.yaml b/customer/fbb-www/test.yaml index 106e2475..78395c65 100644 --- a/customer/fbb-www/test.yaml +++ b/customer/fbb-www/test.yaml @@ -2,6 +2,14 @@ infra::additional_classes: - infra::profile::apache_php +accounts::users: + christian.schoenherr: + apply: true + sudo: false + jenkins: + apply: true + sudo: false + sudo::configs: jenkins_rights: priority: '06' -- 2.39.5