diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2012-04-07 21:02:44 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2012-04-07 21:02:44 -0300 | 
| commit | f32a6f8534380e082413fb5ae680bc60fd6e1bca (patch) | |
| tree | a54482508f664760fe053a24d72882a432e7899b /manifests | |
| parent | ea04126f62796c6a8d21aeda4a9c2db4b11ae659 (diff) | |
| download | puppet-mail-f32a6f8534380e082413fb5ae680bc60fd6e1bca.tar.gz puppet-mail-f32a6f8534380e082413fb5ae680bc60fd6e1bca.tar.bz2 | |
Adding mail::mlmmj::list (2)
Diffstat (limited to 'manifests')
| -rw-r--r-- | manifests/mlmmj.pp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/manifests/mlmmj.pp b/manifests/mlmmj.pp index a8fc9ff..6f2f85d 100644 --- a/manifests/mlmmj.pp +++ b/manifests/mlmmj.pp @@ -30,7 +30,7 @@ class mail::mlmmj {    #}    postfix::transport_regexp_snippet { 'mlmmj_transport_regexp': -    content => '', +    content => template('mail/postfix/mlmmj/transport_regexp.erb'),    }    postfix::virtual_regexp_snippet { 'mlmmj_virtual_regexp': | 
