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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2605 - (show annotations) (download)
Mon Mar 19 14:34:48 2012 UTC (12 years, 1 month ago) by misc
File size: 601 byte(s)
split private_list_open in a separate file
1 # list with private archive, restricted to member of $ldap_group
2 # everybody can post
3 # used for contact alias
4 define sympa::private_list_open($subject,
5 $subscriber_ldap_group,
6 $language = 'en',
7 $topics = false) {
8 list { $name:
9 subject => $subject,
10 profile => '',
11 language => $language,
12 topics => $topics,
13 subscriber_ldap_group => $subscriber_ldap_group,
14 public_archive => false,
15 }
16 }
17
18

  ViewVC Help
Powered by ViewVC 1.1.30