]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
fbb-werbung - postfix files
authorPhilipp Dallig <philipp.dallig@pixelpark.com>
Fri, 31 Mar 2017 12:31:24 +0000 (14:31 +0200)
committerPhilipp Dallig <philipp.dallig@pixelpark.com>
Fri, 31 Mar 2017 12:31:24 +0000 (14:31 +0200)
customer/fbb-werbung/dev-red-werbung-berlin-airport-de.pixelpark.net.yaml

index 3e93e7383ba57939bb9ad1949e9795a892a600db..80888383800933d1b8b8fd5bee4bd72a36c7a4ab 100644 (file)
@@ -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'