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

Contents of /puppet/modules/sympa/manifests/restricted_list_open.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: 569 byte(s)
split all others type of list
1 # same as restricted list, but anybody can post
2 define sympa::restricted_list_open( $subject,
3 $subscriber_ldap_group,
4 $language = 'en',
5 $topics = false) {
6 list { $name:
7 subject => $subject,
8 profile => '',
9 language => $language,
10 topics => $topics,
11 subscriber_ldap_group => $subscriber_ldap_group,
12 sender_ldap_group => $subscriber_ldap_group,
13 }
14 }

  ViewVC Help
Powered by ViewVC 1.1.30