aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sympa
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-05-29 19:34:43 +0000
committerNicolas Vigier <boklm@mageia.org>2013-05-29 19:34:43 +0000
commit1a526a839929e06edb4e350d4b4b4ed070bc5e6d (patch)
tree81b2502c97ac9602594d43fc0e9947c632730716 /modules/sympa
parent9b3fd230d1c6dd010f443a0fdf4e287b03e769d0 (diff)
downloadpuppet-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
Diffstat (limited to 'modules/sympa')
-rw-r--r--modules/sympa/manifests/list/public_restricted.pp1
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",
}
}