summaryrefslogtreecommitdiff
path: root/manifests/mlmmj.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/mlmmj.pp')
-rw-r--r--manifests/mlmmj.pp10
1 files changed, 10 insertions, 0 deletions
diff --git a/manifests/mlmmj.pp b/manifests/mlmmj.pp
index 56bfc64..3e7f1f0 100644
--- a/manifests/mlmmj.pp
+++ b/manifests/mlmmj.pp
@@ -33,4 +33,14 @@ class mail::mlmmj(
#}
mail::mlmmj::domain { "${subdomain}.${domain}": }
+
+ # TODO: remove in the future
+ postfix::transport_regexp_snippet { "firma_transport_regexp":
+ ensure => absent,
+ }
+
+ # TODO: remove in the future
+ postfix::virtual_regexp_snippet { "firma_virtual_regexp":
+ ensure => absent,
+ }
}