diff options
Diffstat (limited to 'manifests/mlmmj.pp')
| -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': | 
