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

Contents of /puppet/modules/sympa/manifests/announce_list_email.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: 550 byte(s)
split all others type of list
1 # list where announce are sent by $email only
2 # reply_to is set to $reply_to
3 define sympa::announce_list_email($subject,
4 $reply_to,
5 $sender_email,
6 $language = 'en',
7 $topics = false) {
8 list { $name:
9 subject => $subject,
10 profile => '',
11 language => $language,
12 topics => $topics,
13 reply_to => $reply_to,
14 sender_email => $sender_email,
15 }
16 }

  ViewVC Help
Powered by ViewVC 1.1.30