From f2293c1f1f81ec9276321c4c77dfe0c468b99dce Mon Sep 17 00:00:00 2001 From: Thomas Dalichow Date: Fri, 24 Aug 2018 13:58:11 +0200 Subject: [PATCH] fbb-api - remove xymon from puppet management by applying old classes, recommendation by torogris --- customer/fbb-api/common.yaml | 1 - customer/fbb-api/development.yaml | 2 ++ customer/fbb-api/production.yaml | 2 ++ customer/fbb-api/test.yaml | 3 +++ 4 files changed, 7 insertions(+), 1 deletion(-) diff --git a/customer/fbb-api/common.yaml b/customer/fbb-api/common.yaml index 4d262d6a..9f86656c 100644 --- a/customer/fbb-api/common.yaml +++ b/customer/fbb-api/common.yaml @@ -1,5 +1,4 @@ --- -infra::role: base infra::additional_classes: - infra::profile::postfix - infra::profile::cron diff --git a/customer/fbb-api/development.yaml b/customer/fbb-api/development.yaml index 16bfab00..1865fec7 100644 --- a/customer/fbb-api/development.yaml +++ b/customer/fbb-api/development.yaml @@ -1,4 +1,6 @@ --- +infra::role: base + accounts::users: markus.baumann: apply: true diff --git a/customer/fbb-api/production.yaml b/customer/fbb-api/production.yaml index ae80c097..e3725575 100644 --- a/customer/fbb-api/production.yaml +++ b/customer/fbb-api/production.yaml @@ -1,5 +1,7 @@ --- +infra::role: base_for_old_systems infra::additional_classes: + - accounts - infra::profile::apache_php - rabbitmq - logstash diff --git a/customer/fbb-api/test.yaml b/customer/fbb-api/test.yaml index 6822ab91..d5f96d18 100644 --- a/customer/fbb-api/test.yaml +++ b/customer/fbb-api/test.yaml @@ -1,5 +1,8 @@ --- +infra::role: base_for_old_systems + infra::additional_classes: + - accounts - infra::profile::apache_php - rabbitmq - logstash -- 2.39.5