From 60118c64691ad9d2015d9597dbf5f18a5b587c0d Mon Sep 17 00:00:00 2001 From: "sascha.strassheim" Date: Thu, 21 Jun 2018 10:52:03 +0200 Subject: [PATCH] added katja to dev/test/prod deutsche wohnen - prod no sudo --- customer/deuwo/development.yaml | 3 +++ customer/deuwo/production.yaml | 3 +++ customer/deuwo/test.yaml | 3 +++ 3 files changed, 9 insertions(+) diff --git a/customer/deuwo/development.yaml b/customer/deuwo/development.yaml index b30c7dc9..cc0ebd7f 100644 --- a/customer/deuwo/development.yaml +++ b/customer/deuwo/development.yaml @@ -28,6 +28,9 @@ accounts::users: dirk.goetz: apply: true sudo: true + katja.liell: + apply: true + sudo: true sudo::configs: jenkins_deploy: priority: "06" diff --git a/customer/deuwo/production.yaml b/customer/deuwo/production.yaml index 5f4d2a05..de9563e4 100644 --- a/customer/deuwo/production.yaml +++ b/customer/deuwo/production.yaml @@ -10,6 +10,9 @@ infra::profile::apache_php::fpm_pool: accounts::users: jenkins: apply: true + katja.liell: + apply: true + sudo: false sudo::configs: jenkins_deploy: diff --git a/customer/deuwo/test.yaml b/customer/deuwo/test.yaml index 17172f8b..f6798060 100644 --- a/customer/deuwo/test.yaml +++ b/customer/deuwo/test.yaml @@ -28,6 +28,9 @@ accounts::users: dirk.goetz: apply: true sudo: true + katja.liell: + apply: true + sudo: true sudo::configs: jenkins_deploy: -- 2.39.5