From 6dcf63bd664b191fab7bb0e6bbcd1783e633efc5 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Thu, 15 Jun 2017 17:32:44 +0200 Subject: [PATCH] Adding UnitB users to FBB servers --- customer/fbb-db/common.yaml | 17 +++++++++++++++++ customer/fbb-ws/common.yaml | 13 +++++++++++++ customer/fbb-www/common.yaml | 17 +++++++++++++++++ 3 files changed, 47 insertions(+) diff --git a/customer/fbb-db/common.yaml b/customer/fbb-db/common.yaml index 4426863e..1a9d2704 100644 --- a/customer/fbb-db/common.yaml +++ b/customer/fbb-db/common.yaml @@ -13,3 +13,20 @@ postfix::myorigin: "pixelpark.net" infra::profile::postfix::myorigin: "%{hiera('postfix::myorigin')}" infra::profile::postfix::transport_maps_source: 'maps/transport-fbb' infra::profile::postfix::virtual_aliases_source: 'maps/virtual-nullclient-fbb' + +##################################################### +# Externe User: +accounts::users: + # UnitB + kristina.matzat: + apply: true + mateusz.trebus: + apply: true + cassio.ludewigs: + apply: true + florian.dorrer: + apply: true + felix.maier: + apply: true + holger.voigt: + apply: true diff --git a/customer/fbb-ws/common.yaml b/customer/fbb-ws/common.yaml index f1d48204..1fa0af52 100644 --- a/customer/fbb-ws/common.yaml +++ b/customer/fbb-ws/common.yaml @@ -15,6 +15,19 @@ accounts::users: darksite_xfer: key: "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLQgXatMS7km7uYWyrXHxQxwwoK9jEoYEAAEp0xIGtuIe6IFy0Xn7Adi6SxhThvySaKGKfQnvJBL3LBMSqRbjEc=" type: "ecdsa-sha2-nistp256" + # UnitB + kristina.matzat: + apply: true + mateusz.trebus: + apply: true + cassio.ludewigs: + apply: true + florian.dorrer: + apply: true + felix.maier: + apply: true + holger.voigt: + apply: true ##################################################### diff --git a/customer/fbb-www/common.yaml b/customer/fbb-www/common.yaml index daa8715f..e11ed565 100644 --- a/customer/fbb-www/common.yaml +++ b/customer/fbb-www/common.yaml @@ -13,3 +13,20 @@ postfix::myorigin: "pixelpark.net" infra::profile::postfix::myorigin: "%{hiera('postfix::myorigin')}" infra::profile::postfix::transport_maps_source: 'maps/transport-fbb' infra::profile::postfix::virtual_aliases_source: 'maps/virtual-nullclient-fbb' + +##################################################### +# Externe User: +accounts::users: + # UnitB + kristina.matzat: + apply: true + mateusz.trebus: + apply: true + cassio.ludewigs: + apply: true + florian.dorrer: + apply: true + felix.maier: + apply: true + holger.voigt: + apply: true -- 2.39.5