From: Frank Brehm Date: Thu, 26 Oct 2017 11:40:12 +0000 (+0200) Subject: Changing internal mail relay for FBB test environments to 172.17.85.22 X-Git-Tag: v0.1.0~2166 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=465df24340138875ebf6d07912ae5c6e47eaefb7;p=pixelpark%2Fhiera.git Changing internal mail relay for FBB test environments to 172.17.85.22 --- 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