]> gitweb.fluxo.info Git - puppet-mail.git/commitdiff
Ensure old virtual and transport regexps are removed (4)
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 27 Jun 2013 20:19:46 +0000 (17:19 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 27 Jun 2013 20:19:46 +0000 (17:19 -0300)
manifests/mlmmj.pp

index 69063914074eed1a9dd21ba1b087aee167e47840..47250bb83d790d8aa86978601dd573805e28098c 100644 (file)
@@ -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,