diff options
author | Nicolas Vigier <boklm@mageia.org> | 2010-11-18 00:43:41 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2010-11-18 00:43:41 +0000 |
commit | db30261f54242456c4e9f0905028e04bb264ad9d (patch) | |
tree | 3630da0ca006b0aded96a97ba81e1c46580663f7 /modules/postfix/manifests/init.pp | |
parent | 5b52bce289ae97edf49587584099a72958c4e336 (diff) | |
download | puppet-db30261f54242456c4e9f0905028e04bb264ad9d.tar puppet-db30261f54242456c4e9f0905028e04bb264ad9d.tar.gz puppet-db30261f54242456c4e9f0905028e04bb264ad9d.tar.bz2 puppet-db30261f54242456c4e9f0905028e04bb264ad9d.tar.xz puppet-db30261f54242456c4e9f0905028e04bb264ad9d.zip |
add config for sympa
Diffstat (limited to 'modules/postfix/manifests/init.pp')
-rw-r--r-- | modules/postfix/manifests/init.pp | 4 |
1 files changed, 4 insertions, 0 deletions
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 { |