From: Philipp Dallig Date: Fri, 31 Mar 2017 12:31:24 +0000 (+0200) Subject: fbb-werbung - postfix files X-Git-Tag: v0.1.0~3345^2~2 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=be030169c28f85e1bbbd418dc873fc7719c60512;p=pixelpark%2Fhiera.git fbb-werbung - postfix files --- diff --git a/customer/fbb-werbung/dev-red-werbung-berlin-airport-de.pixelpark.net.yaml b/customer/fbb-werbung/dev-red-werbung-berlin-airport-de.pixelpark.net.yaml index 3e93e738..80888383 100644 --- a/customer/fbb-werbung/dev-red-werbung-berlin-airport-de.pixelpark.net.yaml +++ b/customer/fbb-werbung/dev-red-werbung-berlin-airport-de.pixelpark.net.yaml @@ -19,11 +19,26 @@ sudo::configs: jenkins ALL=(root) NOPASSWD: ALL jenkins ALL=(tomcat) NOPASSWD: ALL +site::profile::postfix::hashes: + '/etc/postfix/virtual': + ensure: present + '/etc/postfix/generic': + ensure: present + content: | + root root+%{hostname} + site::profile::postfix::configs: virtual_alias_maps: - value: 'pcre:/etc/postfix/virtual' -site::profile::postfix::files: - /etc/postfix/virtual: + value: 'pcre:/etc/postfix/virtual_pcre hash:/etc/postfix/virtual' + smtp_generic_maps: + value: 'hash:/etc/postfix/generic' +site::profile::postfix::virtuals: + 'root': + destination: philipp.dallig@pixelpark.com + 'https': + destination: root +site::profile::postfix::postfix_files: + /etc/postfix/virtual_pcre: owner: root group: root mode: '0644'