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

Contents of /puppet/modules/sympa/manifests/public_list.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: 377 byte(s)
split all others type of list
1 # public discussion list
2 # reply_to is set to the list
3 define sympa::public_list($subject,
4 $language = 'en',
5 $topics = false) {
6 include sympa::variable
7 list { $name:
8 subject => $subject,
9 language => $language,
10 topics => $topics,
11 reply_to => "$name@$sympa::variable::vhost",
12 }
13 }

  ViewVC Help
Powered by ViewVC 1.1.30