From db30261f54242456c4e9f0905028e04bb264ad9d Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Thu, 18 Nov 2010 00:43:41 +0000 Subject: add config for sympa --- modules/postfix/manifests/init.pp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/postfix/manifests') diff --git a/modules/postfix/manifests/init.pp b/modules/postfix/manifests/init.pp index 2eb1a00f..b3c4fc8b 100644 --- a/modules/postfix/manifests/init.pp +++ b/modules/postfix/manifests/init.pp @@ -39,6 +39,10 @@ class postfix { file { '/etc/postfix/master.cf': content => template("postfix/primary_master.cf"), } + + file { '/etc/postfix/transport_regexp': + content => template("postfix/primary_transport_regexp"), + } } class secondary_smtp inherits base { -- cgit v1.2.1