From 0fb31b3950feee65511f029b2626b5bc816d1f10 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 27 Jun 2013 19:20:25 -0300 Subject: Fixing mlmmj transport and virtual rules --- manifests/mlmmj/domain.pp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'manifests/mlmmj/domain.pp') diff --git a/manifests/mlmmj/domain.pp b/manifests/mlmmj/domain.pp index c58b179..939036a 100644 --- a/manifests/mlmmj/domain.pp +++ b/manifests/mlmmj/domain.pp @@ -5,7 +5,9 @@ define mail::mlmmj::domain() { # 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'), } } -- cgit v1.2.3