summaryrefslogtreecommitdiff
path: root/manifests/mlmmj/domain.pp
diff options
context:
space:
mode:
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'),
- }
}