From 3ff8acf61ea675e8a6ecdd2addb61d102be8904f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Oliver=20B=C3=B6ttcher?= Date: Tue, 22 Nov 2016 12:04:20 +0100 Subject: [PATCH] BMF: RFM accounts und sudo --- customer/bmf-datacenter/common.yaml | 6 ------ customer/bmf-datacenter/test.yaml | 14 ++++++++++++++ customer/bmf-europa/common.yaml | 3 --- 3 files changed, 14 insertions(+), 9 deletions(-) diff --git a/customer/bmf-datacenter/common.yaml b/customer/bmf-datacenter/common.yaml index 029a5126..1e7b25a5 100644 --- a/customer/bmf-datacenter/common.yaml +++ b/customer/bmf-datacenter/common.yaml @@ -12,12 +12,6 @@ accounts::users: marcus.baer: apply: true group: apache - andreas.pinto-koehler: - apply: true - group: apache - jenkins: - apply: true - group: apache site::role: base site::additional_classes: diff --git a/customer/bmf-datacenter/test.yaml b/customer/bmf-datacenter/test.yaml index 00dba5b1..0b7b9288 100644 --- a/customer/bmf-datacenter/test.yaml +++ b/customer/bmf-datacenter/test.yaml @@ -1,4 +1,18 @@ --- +accounts::users: + jenkins: + apply: true + group: apache + andreas.pinto-koehler: + apply: true + group: apache + +sudo::configs: + becomeApache: + priority: "06" + content: | + jenkins ALL=(apache) NOPASSWD: ALL + site::role: base site::additional_classes: - site::profile::drupal diff --git a/customer/bmf-europa/common.yaml b/customer/bmf-europa/common.yaml index 8dfdd26c..cb140ed7 100644 --- a/customer/bmf-europa/common.yaml +++ b/customer/bmf-europa/common.yaml @@ -3,9 +3,6 @@ accounts::users: sylvia.egger: apply: true group: apache - jenkins: - apply: true - group: apache marcus.baer: apply: true group: apache -- 2.39.5