From: Silvio Rhatto Date: Thu, 27 Jun 2013 20:19:46 +0000 (-0300) Subject: Ensure old virtual and transport regexps are removed (4) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=3fd2e785698ce9eb2acaa9e142bacd5341a9b04b;p=puppet-mail.git Ensure old virtual and transport regexps are removed (4) --- diff --git a/manifests/mlmmj.pp b/manifests/mlmmj.pp index 6906391..47250bb 100644 --- a/manifests/mlmmj.pp +++ b/manifests/mlmmj.pp @@ -34,12 +34,6 @@ class mail::mlmmj( mail::mlmmj::domain { "${subdomain}.${domain}": } - # TODO: remove in the future - postfix::transport_regexp_snippet { "mlmmj_transport_regexp": - ensure => absent, - content => template('mail/mlmmj/transport_regexp.erb'), - } - # TODO: remove in the future postfix::virtual_regexp_snippet { "mlmmj_virtual_regexp": ensure => absent,