summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-21 18:55:54 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-21 18:55:54 -0200
commit0344fedd46c288eaa50a3ba05c0692791cd93fa8 (patch)
treee698b6685482f9771e406cca799b58b0c63a762b
parentd8476a4c4554b6b15499d946550cf1aad3586c37 (diff)
downloadpuppet-mail-0344fedd46c288eaa50a3ba05c0692791cd93fa8.tar.gz
puppet-mail-0344fedd46c288eaa50a3ba05c0692791cd93fa8.tar.bz2
Commenting postfix::transport_regexp_snippet at mail::mlmmj
-rw-r--r--manifests/mlmmj.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/mlmmj.pp b/manifests/mlmmj.pp
index 6c58b79..91a1fc0 100644
--- a/manifests/mlmmj.pp
+++ b/manifests/mlmmj.pp
@@ -32,9 +32,9 @@ class mail::mlmmj(
# require => User['mlmmj'],
#}
- postfix::transport_regexp_snippet { 'mlmmj_transport_regexp':
- content => template('mail/postfix/mlmmj/transport_regexp.erb'),
- }
+ #postfix::transport_regexp_snippet { 'mlmmj_transport_regexp':
+ # content => template('mail/postfix/mlmmj/transport_regexp.erb'),
+ #}
postfix::virtual_regexp_snippet { 'mlmmj_virtual_regexp':
content => template('mail/postfix/mlmmj/virtual_regexp.erb'),