diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-05-29 19:34:43 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-05-29 19:34:43 +0000 |
commit | 1a526a839929e06edb4e350d4b4b4ed070bc5e6d (patch) | |
tree | 81b2502c97ac9602594d43fc0e9947c632730716 | |
parent | 9b3fd230d1c6dd010f443a0fdf4e287b03e769d0 (diff) | |
download | puppet-1a526a839929e06edb4e350d4b4b4ed070bc5e6d.tar puppet-1a526a839929e06edb4e350d4b4b4ed070bc5e6d.tar.gz puppet-1a526a839929e06edb4e350d4b4b4ed070bc5e6d.tar.bz2 puppet-1a526a839929e06edb4e350d4b4b4ed070bc5e6d.tar.xz puppet-1a526a839929e06edb4e350d4b4b4ed070bc5e6d.zip |
sympa: add reply_to on public_restricted lists
-rw-r--r-- | modules/sympa/manifests/list/public_restricted.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/sympa/manifests/list/public_restricted.pp b/modules/sympa/manifests/list/public_restricted.pp index fed13596..167139a6 100644 --- a/modules/sympa/manifests/list/public_restricted.pp +++ b/modules/sympa/manifests/list/public_restricted.pp @@ -12,5 +12,6 @@ define sympa::list::public_restricted($subject, subscriber_ldap_group => $subscriber_ldap_group, sender_ldap_group => $subscriber_ldap_group, subscription_open => true, + reply_to => "$name@$sympa::variable::vhost", } } |