summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-06-27 17:19:46 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-06-27 17:19:46 -0300
commit3fd2e785698ce9eb2acaa9e142bacd5341a9b04b (patch)
tree9fcf7335c1beba837bb5d75f96368106ba6bd9b7 /manifests
parent66dfa498fd9215a5b954cc17518d42cc56e497c0 (diff)
downloadpuppet-mail-3fd2e785698ce9eb2acaa9e142bacd5341a9b04b.tar.gz
puppet-mail-3fd2e785698ce9eb2acaa9e142bacd5341a9b04b.tar.bz2
Ensure old virtual and transport regexps are removed (4)
Diffstat (limited to 'manifests')
-rw-r--r--manifests/mlmmj.pp6
1 files changed, 0 insertions, 6 deletions
diff --git a/manifests/mlmmj.pp b/manifests/mlmmj.pp
index 6906391..47250bb 100644
--- a/manifests/mlmmj.pp
+++ b/manifests/mlmmj.pp
@@ -35,12 +35,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,
content => template('mail/mlmmj/virtual_regexp.erb'),