summaryrefslogtreecommitdiff
path: root/manifests/firma.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/firma.pp')
-rw-r--r--manifests/firma.pp12
1 files changed, 0 insertions, 12 deletions
diff --git a/manifests/firma.pp b/manifests/firma.pp
index 3d5194f..dafbbcb 100644
--- a/manifests/firma.pp
+++ b/manifests/firma.pp
@@ -9,18 +9,6 @@ class mail::firma(
mail::firma::domain { "${subdomain}.${domain}": }
- # TODO: remove in the future
- postfix::transport_regexp_snippet { "firma_transport_regexp":
- ensure => absent,
- content => template('mail/firma/transport_regexp.erb'),
- }
-
- # TODO: remove in the future
- postfix::virtual_regexp_snippet { "firma_virtual_regexp":
- ensure => absent,
- content => template('mail/firma/virtual_regexp.erb'),
- }
-
postfix::transport { "${subdomain}.$domain":
ensure => absent,
destination => "firma",