diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-03-21 10:36:08 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-03-21 10:36:08 -0300 |
commit | 43ee6682ec3b1b550379ab8e9a3f96244bb9062f (patch) | |
tree | ff82dc72dcf5aec332d435269c3df5cc153fbdf8 /manifests/mlmmj | |
parent | d130ff86ad08f5e73fa01f21a7ddfcc56e8b2cea (diff) | |
download | puppet-mail-43ee6682ec3b1b550379ab8e9a3f96244bb9062f.tar.gz puppet-mail-43ee6682ec3b1b550379ab8e9a3f96244bb9062f.tar.bz2 |
Cleanup
Diffstat (limited to 'manifests/mlmmj')
-rw-r--r-- | manifests/mlmmj/domain.pp | 6 |
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'), - } } |