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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2607 - (show annotations) (download)
Mon Mar 19 16:20:59 2012 UTC (12 years, 1 month ago) by misc
File size: 624 byte(s)
split all others type of list
1 # list where announce are sent by member of ldap_group
2 # reply_to is set to $reply_to
3 define sympa::announce_list_group($subject,
4 $reply_to,
5 $sender_ldap_group,
6 $language = 'en',
7 $topics = false) {
8 # profile + scenario
9 list { $name:
10 subject => $subject,
11 profile => '',
12 language => $language,
13 topics => $topics,
14 reply_to => $reply_to,
15 sender_ldap_group => $sender_ldap_group,
16 }
17 }

  ViewVC Help
Powered by ViewVC 1.1.30