From f217efda088ac1b7782d0c2fec889485d8aabc93 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Tue, 22 Mar 2011 15:17:53 +0000 Subject: - add a option to be able to let people subscribe a closed list, to make the subscription automatic for a ldap group, and let others join the fun --- modules/sympa/manifests/init.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/sympa/manifests') diff --git a/modules/sympa/manifests/init.pp b/modules/sympa/manifests/init.pp index a0849f97..aa520405 100644 --- a/modules/sympa/manifests/init.pp +++ b/modules/sympa/manifests/init.pp @@ -183,7 +183,8 @@ class sympa { $sender_email = false, $sender_ldap_group = false, $subscriber_ldap_group = false, - $public_archive = true ) { + $public_archive = true, + $subscription_open = false ) { include sympa::variable -- cgit v1.2.1