/[adm]/puppet/manifests/lists.pp
ViewVC logotype

Contents of /puppet/manifests/lists.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 688 - (show annotations) (download)
Fri Jan 7 01:20:38 2011 UTC (13 years, 3 months ago) by misc
File size: 1643 byte(s)
create two list to handle sysadmin list automated commit

1
2 # please check that the list use the proper code for
3 # language ( not to be confused with tld or country code )
4 sympa::public_list {"i18n-af":
5 subject => "List about translation to Afrikaans",
6 topics => "i18n",
7 }
8
9 sympa::public_list {"i18n-de":
10 subject => "List about translation to German",
11 topics => "i18n",
12 }
13
14 sympa::public_list {"i18n-et":
15 subject => "List about translation to Estonian",
16 topics => "i18n",
17 }
18
19 sympa::public_list {"i18n-fr":
20 subject => "List about translation to French",
21 topics => "i18n",
22 }
23
24 sympa::public_list {"i18n-nl":
25 subject => "List about translation to Dutch",
26 topics => "i18n",
27 }
28
29 sympa::public_list {"i18n-pt_br":
30 subject => "List about translation to Brazilian Portuguese",
31 topics => "i18n",
32 }
33
34 sympa::public_list {"i18n-pl":
35 subject => "List about translation to Polish",
36 topics => "i18n",
37 }
38
39 sympa::public_list {"i18n-ru":
40 subject => "List about translation to Russian",
41 topics => "i18n",
42 }
43
44 sympa::public_list {"i18n-tr":
45 subject => "List about translation to Turkish",
46 topics => "i18n",
47 }
48
49
50 sympa::announce_list_email {"sysadmin-commits":
51 subject => "List receiving commits mail from sysadmin team repository",
52 # FIXME change once we migrate
53 reply_to => "mageia-sysadm@$domain",
54 sender_email => "root@$domain",
55 topics => "sysadmin",
56 }
57
58 sympa::announce_list_email {"sysadmin-reports":
59 subject => "List receiving automated reports from various pieces of infrastructure",
60 # FIXME change once we migrate
61 reply_to => "mageia-sysadm@$domain",
62 sender_email => "root@$domain",
63 topics => "sysadmin",
64 }
65

  ViewVC Help
Powered by ViewVC 1.1.30