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

Contents of /puppet/modules/sympa/manifests/list/private.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2610 - (show annotations) (download)
Mon Mar 19 16:21:06 2012 UTC (12 years, 1 month ago) by misc
File size: 593 byte(s)
move private_list to the new layout
1 # list with private archive, restricted to member of $ldap_group
2 define sympa::list::private($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 public_archive => false,
14 }
15 }

  ViewVC Help
Powered by ViewVC 1.1.30