From fe6c85b002f6d3dc256086742f9d96f4a10dae38 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Thu, 8 Feb 2018 10:54:13 +0100 Subject: [PATCH] Disabled mangling tcsh environment on all hosts of customer 'mtb' --- customer/mtb/common.yaml | 2 +- customer/mtb/development.yaml | 2 +- customer/mtb/production.yaml | 3 +++ customer/mtb/test.yaml | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/customer/mtb/common.yaml b/customer/mtb/common.yaml index 0629253b..ac795347 100644 --- a/customer/mtb/common.yaml +++ b/customer/mtb/common.yaml @@ -1,4 +1,4 @@ --- -#tcsh::manage_rc: false +tcsh::manage_rc: false diff --git a/customer/mtb/development.yaml b/customer/mtb/development.yaml index c58a6e12..46e049e2 100644 --- a/customer/mtb/development.yaml +++ b/customer/mtb/development.yaml @@ -1,6 +1,6 @@ --- -tcsh::manage_rc: false +#tcsh::manage_rc: false logstash::generic_resource: adobe_aem_error: diff --git a/customer/mtb/production.yaml b/customer/mtb/production.yaml index 50810033..6f6ac34c 100644 --- a/customer/mtb/production.yaml +++ b/customer/mtb/production.yaml @@ -1,4 +1,7 @@ --- + +#tcsh::manage_rc: false + logstash::generic_resource: adobe_aem_error: resource: file diff --git a/customer/mtb/test.yaml b/customer/mtb/test.yaml index c58a6e12..46e049e2 100644 --- a/customer/mtb/test.yaml +++ b/customer/mtb/test.yaml @@ -1,6 +1,6 @@ --- -tcsh::manage_rc: false +#tcsh::manage_rc: false logstash::generic_resource: adobe_aem_error: -- 2.39.5