/[adm]/puppet/modules/sympa/manifests/public_restricted_list.pp
ViewVC logotype

Contents of /puppet/modules/sympa/manifests/public_restricted_list.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2607 - (show annotations) (download)
Mon Mar 19 16:20:59 2012 UTC (12 years, 1 month ago) by misc
File size: 728 byte(s)
split all others type of list
1 # list where only people from the ldap_group can post, ad where
2 # they are subscribed by default, but anybody else can subscribe
3 # to read and receive messages
4 define sympa::public_restricted_list( $subject,
5 $subscriber_ldap_group,
6 $language = 'en',
7 $topics = false) {
8 list { $name:
9 subject => $subject,
10 profile => '',
11 topics => $topics,
12 language => $language,
13 subscriber_ldap_group => $subscriber_ldap_group,
14 sender_ldap_group => $subscriber_ldap_group,
15 subscription_open => true,
16 }
17 }

  ViewVC Help
Powered by ViewVC 1.1.30