summaryrefslogtreecommitdiff
path: root/manifests/mlmmj.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-04-07 16:28:12 -0300
committerSilvio Rhatto <rhatto@riseup.net>2012-04-07 16:28:12 -0300
commitabde7b02cea3685b2bb47680c28903e4ef09d17c (patch)
treef1dae461abc737bdfec1179185828fdebb0cae34 /manifests/mlmmj.pp
parent653b5d37ea97f4c339cf9532bd229c07a9a38a7a (diff)
downloadpuppet-mail-abde7b02cea3685b2bb47680c28903e4ef09d17c.tar.gz
puppet-mail-abde7b02cea3685b2bb47680c28903e4ef09d17c.tar.bz2
Minor fix
Diffstat (limited to 'manifests/mlmmj.pp')
-rw-r--r--manifests/mlmmj.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/mlmmj.pp b/manifests/mlmmj.pp
index 6ac7731..b9da73a 100644
--- a/manifests/mlmmj.pp
+++ b/manifests/mlmmj.pp
@@ -28,11 +28,11 @@ class mail::mlmmj {
# require => User['mlmmj'],
#}
- postfix::transport_regexp { 'mlmmj_transport_regexp':
+ postfix::transport_regexp_snippet { 'mlmmj_transport_regexp':
content => template('mail/postfix/mlmmj/transport_regexp.erb'),
}
- postfix::virtual_regexp { 'mlmmj_virtual_regexp':
+ postfix::virtual_regexp_snippet { 'mlmmj_virtual_regexp':
content => template('mail/postfix/mlmmj/virtual_regexp.erb'),
}
}