From 8b36bdd5916008f5cb30bae7ab896356bf871881 Mon Sep 17 00:00:00 2001 From: sambufe Date: Wed, 14 Feb 2018 15:04:09 +0100 Subject: [PATCH] SERVICEDESK-1887 disable logstash --- customer/fbb-werbung/development.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/customer/fbb-werbung/development.yaml b/customer/fbb-werbung/development.yaml index 67de7af1..e5aae7c5 100644 --- a/customer/fbb-werbung/development.yaml +++ b/customer/fbb-werbung/development.yaml @@ -1,18 +1,18 @@ --- - accounts::users: jenkins: apply: true +infra::profile::logstash::apache::enable: false # Add specific sudo rights for CI Deployment sudo::configs: becometomcat: priority: "06" content: | - jenkins ALL=(root) NOPASSWD: ALL + jenkins ALL=(root) NOPASSWD: ALL jenkins ALL=(tomcat) NOPASSWD: ALL # Postfix Config postfix::myorigin: 'pixelpark.com' infra::profile::postfix::virtual_regex: | - /\w+\@(?!pixelpark.com|publicispixelpark.de|berlin-airport.de)/ andre.staats@publicispixelpark.de \ No newline at end of file + /\w+\@(?!pixelpark.com|publicispixelpark.de|berlin-airport.de)/ andre.staats@publicispixelpark.de -- 2.39.5