From 43ee6682ec3b1b550379ab8e9a3f96244bb9062f Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 21 Mar 2015 10:36:08 -0300 Subject: Cleanup --- manifests/firma.pp | 12 ------------ manifests/mlmmj/domain.pp | 6 ------ manifests/sympa.pp | 12 ------------ 3 files changed, 30 deletions(-) (limited to 'manifests') 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", 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'), - } } diff --git a/manifests/sympa.pp b/manifests/sympa.pp index 94c89ad..6ddf0dc 100644 --- a/manifests/sympa.pp +++ b/manifests/sympa.pp @@ -113,18 +113,6 @@ class mail::sympa( mail::sympa::domain { "${subdomain}.${domain}": } - # TODO: remove in the future - postfix::transport_regexp_snippet { "sympa_transport_regexp": - ensure => absent, - content => template('mail/sympa/transport_regexp.erb'), - } - - # TODO: remove in the future - postfix::virtual_regexp_snippet { "sympa_virtual_regexp": - ensure => absent, - content => template('mail/sympa/virtual_regexp.erb'), - } - postfix::config { "sympa_destination_recipient_limit": value => '1', nonstandard => true; "sympabounce_destination_recipient_limit": value => '1', nonstandard => true; -- cgit v1.2.3