/[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 2299 by misc, Mon Jan 16 15:49:28 2012 UTC revision 2604 by misc, Mon Mar 19 14:34:46 2012 UTC
# Line 296  class sympa { Line 296  class sympa {
296          }          }
297      }      }
298    
     # same as private_list, but post are restricted to $email  
     # ( scripting )  
     define private_list_email($subject, $subscriber_ldap_group, $sender_email, $language ='en', $topics = false) {  
         list{ $name:  
             subject => $subject,  
             profile => "",  
             language => $language,  
             topics => $topics,  
             subscriber_ldap_group => $subscriber_ldap_group,  
             sender_email => $sender_email,  
             public_archive => false,  
         }  
     }  
299  }  }
300    

Legend:
Removed from v.2299  
changed lines
  Added in v.2604

  ViewVC Help
Powered by ViewVC 1.1.30