From ac49cfd25c9fcfb084790e110932961879a264e1 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Fri, 10 Aug 2018 10:40:08 +0200 Subject: [PATCH] Moving all hosts of spk-chatbot from infra::profile::postfix to pp_postfix --- customer/spk-chatbot/common.yaml | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/customer/spk-chatbot/common.yaml b/customer/spk-chatbot/common.yaml index 4cb12242..83c8a717 100644 --- a/customer/spk-chatbot/common.yaml +++ b/customer/spk-chatbot/common.yaml @@ -1,14 +1,28 @@ --- infra::role: base infra::additional_classes: - - infra::profile::postfix - infra::profile::cron + - pp_postfix +# - infra::profile::postfix + +##################################################### +# Postfix configuration: postfix::myorigin: "pixelpark.net" postfix::mastercf_source: 'puppet:///postfix_dir/master-client.cf' -infra::profile::postfix::client_all_interfaces: true -infra::profile::postfix::virtual_aliases_source: 'maps/virtual-nullclient-sparkasse' -infra::profile::postfix::cert_servername: 'wildcard.pixelpark.net' + +pp_postfix::client_all_interfaces: true +pp_postfix::local_relay_interfaces: + - lxcbr0 +pp_postfix::virtual_aliases_source: 'maps/virtual-nullclient-sparkasse' +pp_postfix::cert_servername: 'wildcard.pixelpark.net' + +#infra::profile::postfix::client_all_interfaces: true +#infra::profile::postfix::virtual_aliases_source: 'maps/virtual-nullclient-sparkasse' +#infra::profile::postfix::cert_servername: 'wildcard.pixelpark.net' + +##################################################### +# Additional accounts accounts::users: # Sparkassen Entwickler (kauz.net) -- 2.39.5