From 8940f34982251c0cf9ca6ae7bea868ca93499906 Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Tue, 11 Jul 2017 11:31:02 +0200 Subject: [PATCH] fbb-ws - disable xymon module --- customer/fbb-ws/dev-ws-fbb.pixelpark.net.yaml | 3 ++- customer/fbb-ws/production.yaml | 3 ++- customer/fbb-ws/test.yaml | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/customer/fbb-ws/dev-ws-fbb.pixelpark.net.yaml b/customer/fbb-ws/dev-ws-fbb.pixelpark.net.yaml index 968cb72b..e9036b38 100644 --- a/customer/fbb-ws/dev-ws-fbb.pixelpark.net.yaml +++ b/customer/fbb-ws/dev-ws-fbb.pixelpark.net.yaml @@ -1,6 +1,7 @@ --- -infra::role: base +infra::role: base_for_old_systems # because we don't need xymon infra::additional_classes: + - accounts - infra::profile::apache_php - infra::profile::postfix - infra::profile::cron diff --git a/customer/fbb-ws/production.yaml b/customer/fbb-ws/production.yaml index 63ba041f..de15d98d 100644 --- a/customer/fbb-ws/production.yaml +++ b/customer/fbb-ws/production.yaml @@ -1,6 +1,7 @@ --- -infra::role: base +infra::role: base_for_old_systems # because we don't need xymon infra::additional_classes: + - accounts - infra::profile::apache_php - infra::profile::cron diff --git a/customer/fbb-ws/test.yaml b/customer/fbb-ws/test.yaml index 5d78e326..e9e4fd65 100644 --- a/customer/fbb-ws/test.yaml +++ b/customer/fbb-ws/test.yaml @@ -1,6 +1,7 @@ --- -infra::role: base +infra::role: base_for_old_systems # because we don't need xymon infra::additional_classes: + - accounts - infra::profile::apache_php - infra::profile::postfix - infra::profile::cron -- 2.39.5