diff options
author | Michael Scherer <misc@mageia.org> | 2011-03-22 15:17:53 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-03-22 15:17:53 +0000 |
commit | f217efda088ac1b7782d0c2fec889485d8aabc93 (patch) | |
tree | 3a39fea713d9b8f6872040ec5bd23e47cc31863b /modules/sympa/manifests | |
parent | f13a57d0246e5767382deb99e65e29f61f2edba9 (diff) | |
download | puppet-f217efda088ac1b7782d0c2fec889485d8aabc93.tar puppet-f217efda088ac1b7782d0c2fec889485d8aabc93.tar.gz puppet-f217efda088ac1b7782d0c2fec889485d8aabc93.tar.bz2 puppet-f217efda088ac1b7782d0c2fec889485d8aabc93.tar.xz puppet-f217efda088ac1b7782d0c2fec889485d8aabc93.zip |
- 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
Diffstat (limited to 'modules/sympa/manifests')
-rw-r--r-- | modules/sympa/manifests/init.pp | 3 |
1 files changed, 2 insertions, 1 deletions
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 |