diff modules/postfix/manifests/init.pp @ 299:8668dbeaa28a

Consolidate Postfix configs Everything uses postscreen now, so we don't need a "CentOS7" version. Also fixed an issue where Postfix complained about a missing transport.db
author IBBoard <dev@ibboard.co.uk>
date Mon, 17 Feb 2020 16:12:29 +0000
parents c3fa3d65aa83
children 01d1b0f6dbaf
line wrap: on
line diff
--- a/modules/postfix/manifests/init.pp	Mon Feb 17 16:08:20 2020 +0000
+++ b/modules/postfix/manifests/init.pp	Mon Feb 17 16:12:29 2020 +0000
@@ -16,7 +16,7 @@
     subscribe => Package['postfix'],
   }
   exec { 'postmap-files':
-    command     => 'for file in helo_whitelist recipient_bcc sender_access valias valias-blacklist virtual vmailbox; do postmap $file; done',
+    command     => 'for file in helo_whitelist recipient_bcc sender_access valias valias-blacklist virtual vmailbox transport; do postmap $file; done',
     cwd         => '/etc/postfix/',
     provider    => 'shell',
     refreshonly => true,