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

Diff of /puppet/modules/sympa/manifests/list/private_open.pp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

puppet/modules/sympa/manifests/private_list_open.pp revision 2608 by misc, Mon Mar 19 14:34:48 2012 UTC puppet/modules/sympa/manifests/list/private_open.pp revision 2609 by misc, Mon Mar 19 16:21:03 2012 UTC
# Line 1  Line 1 
1  # list with private archive, restricted to member of $ldap_group  # list with private archive, restricted to member of $ldap_group
2  # everybody can post  # everybody can post
3  # used for contact alias  # used for contact alias
4  define sympa::private_list_open($subject,  define sympa::list::private_open( $subject,
5                                  $subscriber_ldap_group,                                    $subscriber_ldap_group,
6                                  $language = 'en',                                    $language = 'en',
7                                  $topics = false) {                                    $topics = false) {
8      list { $name:      sympa::list { $name:
9          subject               => $subject,          subject               => $subject,
10          profile               => '',          profile               => '',
11          language              => $language,          language              => $language,

Legend:
Removed from v.2608  
changed lines
  Added in v.2609

  ViewVC Help
Powered by ViewVC 1.1.30