From aca7f6478c849057fc02b70558dc3baf6a2f646e Mon Sep 17 00:00:00 2001 From: Steve Rosiak Date: Fri, 22 Jan 2016 12:14:06 +0100 Subject: [PATCH] fbb - fbb user added to groups web and cityscope --- customer/fbb/production.yaml | 18 ++++++++++++++++++ customer/fbb/test.yaml | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/customer/fbb/production.yaml b/customer/fbb/production.yaml index 29c074fd..b62a642f 100644 --- a/customer/fbb/production.yaml +++ b/customer/fbb/production.yaml @@ -10,26 +10,44 @@ accounts::users: apply: true sudo: false group: "users" + groups: + - "cityscope" + - "web" samir.djulanjic: apply: true sudo: false group: "users" + groups: + - "cityscope" + - "web" steffen.wiegand: apply: true sudo: false group: "users" + groups: + - "cityscope" + - "web" frank.grunwald: apply: true sudo: false group: "users" + groups: + - "cityscope" + - "web" robert.tulke: apply: true sudo: false group: "users" + groups: + - "cityscope" + - "web" tobias.gutknecht: apply: true sudo: false group: "users" + groups: + - "cityscope" + - "web" kristina.matzat: apply: true sudo: false diff --git a/customer/fbb/test.yaml b/customer/fbb/test.yaml index fe4589fb..d19deb6f 100644 --- a/customer/fbb/test.yaml +++ b/customer/fbb/test.yaml @@ -13,22 +13,37 @@ accounts::users: apply: true sudo: false group: "users" + groups: + - "cityscope" + - "web" samir.djulanjic: apply: true sudo: false group: "users" + groups: + - "cityscope" + - "web" steffen.wiegand: apply: true sudo: false group: "users" + groups: + - "cityscope" + - "web" frank.grunwald: apply: true sudo: false group: "users" + groups: + - "cityscope" + - "web" robert.tulke: apply: true sudo: false group: "users" + groups: + - "cityscope" + - "web" m_scholze: apply: true sudo: true @@ -39,6 +54,9 @@ accounts::users: apply: true sudo: false group: "users" + groups: + - "cityscope" + - "web" kristina.matzat: apply: true sudo: false -- 2.39.5