aboutsummaryrefslogtreecommitdiffstats
path: root/modules/postfix/manifests
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2010-11-18 00:43:41 +0000
committerNicolas Vigier <boklm@mageia.org>2010-11-18 00:43:41 +0000
commitdb30261f54242456c4e9f0905028e04bb264ad9d (patch)
tree3630da0ca006b0aded96a97ba81e1c46580663f7 /modules/postfix/manifests
parent5b52bce289ae97edf49587584099a72958c4e336 (diff)
downloadpuppet-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')
-rw-r--r--modules/postfix/manifests/init.pp4
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 {