From 7b677035a70abc6de33a28899b64875bb045e863 Mon Sep 17 00:00:00 2001 From: "sascha.strassheim" Date: Thu, 17 May 2018 17:02:01 +0200 Subject: [PATCH] added fbb-api users on dev/test --- customer/fbb-api/development.yaml | 26 ++++++++++++++++++++++++++ customer/fbb-api/test.yaml | 26 ++++++++++++++++++++++++++ 2 files changed, 52 insertions(+) diff --git a/customer/fbb-api/development.yaml b/customer/fbb-api/development.yaml index 9eb2be46..8789e2a4 100644 --- a/customer/fbb-api/development.yaml +++ b/customer/fbb-api/development.yaml @@ -12,3 +12,29 @@ php::extensions: zip: {} xml: {} json: {} + +accounts::users: + markus.baumann: + apply: true + sudo: true + thomas.bussmeyer: + apply: true + sudo: true + harry.teuber: + apply: true + sudo: true + christian.schoenherr: + apply: true + sudo: true + santiago.nuneznegrillo: + apply: true + sudo: true + jenkins: + apply: true + sudo: false + +sudo::configs: + jenkins_rights: + priority: "06" + content: | + jenkins ALL=(apache) NOPASSWD: ALL diff --git a/customer/fbb-api/test.yaml b/customer/fbb-api/test.yaml index 9eb2be46..8789e2a4 100644 --- a/customer/fbb-api/test.yaml +++ b/customer/fbb-api/test.yaml @@ -12,3 +12,29 @@ php::extensions: zip: {} xml: {} json: {} + +accounts::users: + markus.baumann: + apply: true + sudo: true + thomas.bussmeyer: + apply: true + sudo: true + harry.teuber: + apply: true + sudo: true + christian.schoenherr: + apply: true + sudo: true + santiago.nuneznegrillo: + apply: true + sudo: true + jenkins: + apply: true + sudo: false + +sudo::configs: + jenkins_rights: + priority: "06" + content: | + jenkins ALL=(apache) NOPASSWD: ALL -- 2.39.5