summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-04-11 20:39:40 -0300
committerSilvio Rhatto <rhatto@riseup.net>2012-04-11 20:39:40 -0300
commitf5b8ec2d957259a0c8e9213d4cdea26be4c3d498 (patch)
tree7e22275ef1649781937c9dfce88ad24bfac9c6d7 /manifests
parentff887b27067ff733091b4488640e8e3b64c0886a (diff)
downloadpuppet-mail-f5b8ec2d957259a0c8e9213d4cdea26be4c3d498.tar.gz
puppet-mail-f5b8ec2d957259a0c8e9213d4cdea26be4c3d498.tar.bz2
Adding virtual regexp for firma
Diffstat (limited to 'manifests')
-rw-r--r--manifests/firma.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/firma.pp b/manifests/firma.pp
index 3e137e6..a858e7f 100644
--- a/manifests/firma.pp
+++ b/manifests/firma.pp
@@ -8,6 +8,10 @@ class mail::firma {
content => template('mail/postfix/firma/transport_regexp.erb'),
}
+ postfix::virtual_regexp_snippet { 'firma_virtual_regexp':
+ content => template('mail/postfix/firma/virtual_regexp.erb'),
+ }
+
postfix::transport { "${firma_subdomain}.$domain":
ensure => absent,
destination => "firma",