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

Contents of /puppet/deployment/lists/manifests/init.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1084 - (show annotations) (download)
Tue Feb 15 14:41:16 2011 UTC (13 years, 2 months ago) by misc
File size: 2975 byte(s)
- add i18n-en and i18n-it mailling list

1 class lists {
2
3 # please check that the list use the proper code for
4 # language ( not to be confused with tld or country code )
5 sympa::public_list {"i18n-af":
6 subject => "List about translation to Afrikaans",
7 topics => "i18n",
8 }
9
10 sympa::public_list {"i18n-de":
11 subject => "List about translation to German",
12 topics => "i18n",
13 }
14
15 sympa::public_list {"i18n-et":
16 subject => "List about translation to Estonian",
17 topics => "i18n",
18 }
19
20 sympa::public_list {"i18n-fr":
21 subject => "List about translation to French",
22 topics => "i18n",
23 }
24
25 sympa::public_list {"i18n-nl":
26 subject => "List about translation to Dutch",
27 topics => "i18n",
28 }
29
30 sympa::public_list {"i18n-pt_br":
31 subject => "List about translation to Brazilian Portuguese",
32 topics => "i18n",
33 }
34
35 sympa::public_list {"i18n-pl":
36 subject => "List about translation to Polish",
37 topics => "i18n",
38 }
39
40 sympa::public_list {"i18n-ru":
41 subject => "List about translation to Russian",
42 topics => "i18n",
43 }
44
45 sympa::public_list {"i18n-tr":
46 subject => "List about translation to Turkish",
47 topics => "i18n",
48 }
49
50 sympa::public_list {"i18n-it":
51 subject => "List about translation to Italian",
52 topics => "i18n",
53 }
54
55 sympa::public_list {"i18n-en":
56 subject => "List about translation to English",
57 topics => "i18n",
58 }
59
60 sympa::announce_list_email {"sysadmin-commits":
61 subject => "List receiving commits mail from sysadmin team repository",
62 # FIXME change once we migrate
63 reply_to => "mageia-sysadm@$domain",
64 sender_email => "root@$domain",
65 topics => "sysadmin",
66 }
67
68 sympa::announce_list_email {"sysadmin-reports":
69 subject => "List receiving automated reports from various pieces of infrastructure",
70 # FIXME change once we migrate
71 reply_to => "mageia-sysadm@$domain",
72 sender_email => "root@$domain",
73 topics => "sysadmin",
74 }
75
76 sympa::announce_list_email { "soft-commits":
77 subject => "List receiving automated reports from soft/ repositories",
78 # FIXME change once we migrate
79 reply_to => "mageia-dev@$domain",
80 sender_email => "root@$domain",
81 topics => "developers",
82 }
83
84 sympa::announce_list_email { "bugs":
85 subject => "List receiving bugs reports from bugzilla ",
86 # FIXME change once we migrate
87 reply_to => "mageia-dev@$domain",
88 sender_email => "bugzilla-daemon@$domain",
89 topics => "developers",
90 }
91
92 }

  ViewVC Help
Powered by ViewVC 1.1.30