/[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 2093 - (show annotations) (download)
Mon Dec 5 13:48:43 2011 UTC (12 years, 4 months ago) by boklm
File size: 6224 byte(s)
add doc-bugs mailing 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 => "Translation to Afrikaans",
7 topics => "i18n",
8 }
9
10 sympa::public_list {"i18n-de":
11 subject => "Translation to German",
12 topics => "i18n",
13 }
14
15 sympa::public_list {"i18n-et":
16 subject => "Translation to Estonian",
17 topics => "i18n",
18 }
19
20 sympa::public_list {"i18n-fr":
21 subject => "Translation to French",
22 topics => "i18n",
23 }
24
25 sympa::public_list {"i18n-el":
26 subject => "Translation to Greek",
27 topics => "i18n",
28 }
29
30 sympa::public_list {"i18n-nl":
31 subject => "Translation to Dutch",
32 topics => "i18n",
33 }
34
35 sympa::public_list {"i18n-pt_br":
36 subject => "Translation to Brazilian Portuguese",
37 topics => "i18n",
38 }
39
40 sympa::public_list {"i18n-pl":
41 subject => "Translation to Polish",
42 topics => "i18n",
43 }
44
45 sympa::public_list {"i18n-ru":
46 subject => "Translation to Russian",
47 topics => "i18n",
48 }
49
50 sympa::public_list {"i18n-tr":
51 subject => "Translation to Turkish",
52 topics => "i18n",
53 }
54
55 sympa::public_list {"i18n-it":
56 subject => "Translation to Italian",
57 topics => "i18n",
58 }
59
60 sympa::public_list {"i18n-en":
61 subject => "Translation to English",
62 topics => "i18n",
63 }
64
65 sympa::public_list {"i18n-ro":
66 subject => "Translation to Romanian",
67 topics => "i18n",
68 }
69
70 sympa::public_list {"i18n-zh_tw":
71 subject => "Translation to Taiwanese",
72 topics => "i18n",
73 }
74
75 sympa::public_list {"qa-discuss":
76 subject => "Discussions about QA tasks and requests",
77 topics => "qa",
78 }
79
80 sympa::announce_list_email {"qa-bugs":
81 subject => "QA bug reports from bugzilla",
82 reply_to => "qa-discuss@ml.$domain",
83 sender_email => "bugzilla-daemon@$domain",
84 topics => "qa",
85 }
86
87 sympa::public_list {"forums-discuss":
88 subject => "Discuss forums matters, policies and processes, as well as publish summaries of notable events/feedback",
89 topics => "forums",
90 }
91
92 sympa::public_list {"doc-discuss":
93 subject => "Discussions about Mageia documentation",
94 topics => "doc",
95 }
96
97 sympa::announce_list_email { "doc-bugs":
98 subject => "Documentation bug reports from bugzilla",
99 reply_to => "doc-discuss@ml.$domain",
100 sender_email => "bugzilla-daemon@$domain",
101 topics => "doc",
102 }
103
104 sympa::announce_list_email {"packages-commits":
105 subject => "Commits on packages repository",
106 # FIXME change once we migrate
107 reply_to => "mageia-dev@$domain",
108 sender_email => "root@$domain",
109 topics => "developers",
110 }
111
112 sympa::announce_list_email {"mirrors-announce":
113 subject => "Important announces about mirrors updates",
114 # FIXME change once we migrate
115 reply_to => "mageia-sysadm@$domain",
116 sender_email => "root@$domain",
117 topics => "sysadmin",
118 }
119
120 sympa::announce_list_email {"sysadmin-commits":
121 subject => "Commits on sysadmin repository",
122 # FIXME change once we migrate
123 reply_to => "mageia-sysadm@$domain",
124 sender_email => "root@$domain",
125 topics => "sysadmin",
126 }
127
128 sympa::announce_list_email {"sysadmin-reports":
129 subject => "Automated reports from various pieces of infrastructure",
130 # FIXME change once we migrate
131 reply_to => "mageia-sysadm@$domain",
132 sender_email => "root@$domain",
133 topics => "sysadmin",
134 }
135
136 sympa::announce_list_email { "sysadmin-bugs":
137 subject => "Sysadmin bug reports from bugzilla",
138 # FIXME change once we migrate
139 reply_to => "mageia-sysadm@$domain",
140 sender_email => "bugzilla-daemon@$domain",
141 topics => "sysadmin",
142 }
143
144 sympa::announce_list_email { "soft-commits":
145 subject => "Commits on soft repository",
146 # FIXME change once we migrate
147 reply_to => "mageia-dev@$domain",
148 sender_email => "root@$domain",
149 topics => "developers",
150 }
151
152 sympa::announce_list_email { "bugs":
153 subject => "Bug reports from bugzilla ",
154 # FIXME change once we migrate
155 reply_to => "mageia-dev@$domain",
156 sender_email => "bugzilla-daemon@$domain",
157 topics => "developers",
158 }
159
160 sympa::announce_list_email { "updates-announce":
161 subject => "Packages update for stable release",
162 reply_to => "mageia-dev@$domain",
163 sender_email => "buildsystem-daemon@$domain",
164 topics => "developers",
165 }
166
167 sympa::announce_list_email { "changelog":
168 subject => "Announces for new packages uploaded",
169 # FIXME change once we migrate
170 reply_to => "mageia-dev@$domain",
171 sender_email => "buildsystem-daemon@$domain",
172 topics => "developers",
173 }
174
175 sympa::public_restricted_list { "board-public":
176 subject => "Public board discussion",
177 subscriber_ldap_group => "mga-board",
178 topics => "governance",
179 }
180
181 sympa::private_list { "board-private":
182 subject => "Private board discussion",
183 subscriber_ldap_group => "mga-board",
184 topics => "governance",
185 }
186
187 sympa::public_restricted_list { "council":
188 subject => "Council discussions",
189 subscriber_ldap_group => "mga-council",
190 topics => "governance",
191 }
192 }

  ViewVC Help
Powered by ViewVC 1.1.30