From 465df24340138875ebf6d07912ae5c6e47eaefb7 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Thu, 26 Oct 2017 13:40:12 +0200 Subject: [PATCH] Changing internal mail relay for FBB test environments to 172.17.85.22 --- .gitignore | 11 +++++++++++ customer/fbb-db/test.yaml | 2 +- customer/fbb-ws/test.yaml | 2 +- customer/fbb-www/test.yaml | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..24fc0b46 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +*.swp +*.old +*.pyc +*.egg +*-stamp +*.bak +build +trace +MANIFEST +*.egg-info +.idea diff --git a/customer/fbb-db/test.yaml b/customer/fbb-db/test.yaml index d8927c17..77dfcbc9 100644 --- a/customer/fbb-db/test.yaml +++ b/customer/fbb-db/test.yaml @@ -27,7 +27,7 @@ accounts::users: apply: true sudo: false -infra::profile::postfix::transport_maps_source: 'maps/transport-fbb' +infra::profile::postfix::transport_maps_source: 'maps/transport-fbb-tst' galera::repo::yum_mariadb_baseurl: "http://repo.pixelpark.com/Linux/yum/mariadb/10.2/centos/%{operatingsystemmajrelease}/%{architecture}/" galera::vendor_version: '10.2' diff --git a/customer/fbb-ws/test.yaml b/customer/fbb-ws/test.yaml index c004168a..12c5b912 100644 --- a/customer/fbb-ws/test.yaml +++ b/customer/fbb-ws/test.yaml @@ -137,7 +137,7 @@ infra::profile::cron::cronjobs: - 'PATH="/usr/bin:/bin"' description: 'Webservice-Notification' -infra::profile::postfix::transport_maps_source: 'maps/transport-fbb' +infra::profile::postfix::transport_maps_source: 'maps/transport-fbb-tst' repo::remi_php71: true diff --git a/customer/fbb-www/test.yaml b/customer/fbb-www/test.yaml index c4e8986b..efe65be3 100644 --- a/customer/fbb-www/test.yaml +++ b/customer/fbb-www/test.yaml @@ -223,7 +223,7 @@ infra::profile::cron::cronjobs: # Other scripts for cron # /opt/app/web/dialogforumRSS/import.sh -infra::profile::postfix::transport_maps_source: 'maps/transport-fbb' +infra::profile::postfix::transport_maps_source: 'maps/transport-fbb-tst' repo::remi_php71: true -- 2.39.5