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

Diff of /puppet/modules/sympa/manifests/init.pp

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

revision 2605 by misc, Mon Mar 19 14:34:48 2012 UTC revision 2606 by misc, Mon Mar 19 14:34:50 2012 UTC
# Line 269  class sympa { Line 269  class sympa {
269          }          }
270      }      }
271    
     # list with private archive, restricted to member of $ldap_group  
     define private_list($subject, $subscriber_ldap_group, $language ='en', $topics = false) {  
        list{ $name:  
             subject => $subject,  
             profile => "",  
             language => $language,  
             topics => $topics,  
             subscriber_ldap_group => $subscriber_ldap_group,  
             sender_ldap_group => $subscriber_ldap_group,  
             public_archive => false,  
         }  
     }  
   
272  }  }
273    

Legend:
Removed from v.2605  
changed lines
  Added in v.2606

  ViewVC Help
Powered by ViewVC 1.1.30