summaryrefslogtreecommitdiff
path: root/manifests/mlmmj/domain.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-03-21 10:36:08 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-03-21 10:36:08 -0300
commit43ee6682ec3b1b550379ab8e9a3f96244bb9062f (patch)
treeff82dc72dcf5aec332d435269c3df5cc153fbdf8 /manifests/mlmmj/domain.pp
parentd130ff86ad08f5e73fa01f21a7ddfcc56e8b2cea (diff)
downloadpuppet-mail-43ee6682ec3b1b550379ab8e9a3f96244bb9062f.tar.gz
puppet-mail-43ee6682ec3b1b550379ab8e9a3f96244bb9062f.tar.bz2
Cleanup
Diffstat (limited to 'manifests/mlmmj/domain.pp')
-rw-r--r--manifests/mlmmj/domain.pp6
1 files changed, 0 insertions, 6 deletions
diff --git a/manifests/mlmmj/domain.pp b/manifests/mlmmj/domain.pp
index 939036a..d8c7f27 100644
--- a/manifests/mlmmj/domain.pp
+++ b/manifests/mlmmj/domain.pp
@@ -4,10 +4,4 @@ define mail::mlmmj::domain() {
#postfix::transport_regexp_snippet { "mlmmj_transport_regexp-${name}":
# content => template('mail/mlmmj/transport_regexp.erb'),
#}
-
- # TODO: This is not needed anymore as everything ins handled by mail::mlmmj::list
- postfix::virtual_regexp_snippet { "mlmmj_virtual_regexp-${name}":
- ensure => absent,
- content => template('mail/mlmmj/virtual_regexp.erb'),
- }
}