From: Thomas Dalichow Date: Fri, 24 Aug 2018 11:58:11 +0000 (+0200) Subject: fbb-api - remove xymon from puppet management by applying old classes, recommendation... X-Git-Tag: v0.1.0~298^2 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=f2293c1f1f81ec9276321c4c77dfe0c468b99dce;p=pixelpark%2Fhiera.git fbb-api - remove xymon from puppet management by applying old classes, recommendation by torogris --- 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