]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
fbb-werbung - correct postfix config
authorPhilipp Dallig <philipp.dallig@pixelpark.com>
Thu, 6 Jul 2017 14:01:09 +0000 (16:01 +0200)
committerPhilipp Dallig <philipp.dallig@pixelpark.com>
Thu, 6 Jul 2017 14:01:09 +0000 (16:01 +0200)
customer/fbb-werbung/test.yaml

index d7710d4fc077c474d7501d3f145a63581ba43fa5..67de7af1e20bcdd04592acf9d13e7c85506550a8 100644 (file)
@@ -14,31 +14,5 @@ sudo::configs:
 
 # Postfix Config
 postfix::myorigin: 'pixelpark.com'
-infra::profile::postfix::hashes:
-  '/etc/postfix/virtual':
-    ensure: present
-  '/etc/postfix/generic':
-    ensure: present
-    content: |
-      root      root+%{hostname}
-infra::profile::postfix::configs:
-  virtual_alias_maps:
-    value: 'pcre:/etc/postfix/virtual_pcre hash:/etc/postfix/virtual'
-  smtp_generic_maps:
-    value: 'hash:/etc/postfix/generic'
-  recipient_delimiter:
-    value: '+'
-  relayhost:
-    value: 'mx.pixelpark.net'
-infra::profile::postfix::virtuals:
-  'root':
-    destination: 8x5@pixelpark.com
-  'httpd':
-    destination: root
-infra::profile::postfix::files:
-  /etc/postfix/virtual_pcre:
-    owner: root
-    group: root
-    mode: '0644'
-    content: |
+infra::profile::postfix::virtual_regex: |
       /\w+\@(?!pixelpark.com|publicispixelpark.de|berlin-airport.de)/ andre.staats@publicispixelpark.de
\ No newline at end of file