aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/lists/manifests/init.pp
blob: ead705fa4c2c4c230cd131fbbc1e2fb4e1e900e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
class lists {
    # When adding a new list, also add it to the wiki page :
    # https://wiki.mageia.org/en/Mailing_lists

    sympa::list::announce { 'announce':
        subject      => 'Mageia announces',
        reply_to     => "discuss@ml.${::domain}",
        sender_email => [ "sysadmin@group.${::domain}", 'ennael1@gmail.com' ],
    }

    sympa::list::announce {'atelier-bugs':
        subject      => 'Atelier bug reports from bugzilla',
        reply_to     => "atelier-discuss@ml.${::domain}",
        sender_email => [ "bugzilla-daemon@${::domain}" ],
        topics       => 'atelier',
    }

    sympa::list::announce {'atelier-commits':
        subject      => 'Commits on atelier repositories (Artwork, Web, etc ...)',
        reply_to     => "atelier-discuss@ml.${::domain}",
        sender_email => [ "root@${::domain}" ],
        topics       => 'atelier',
    }

    sympa::list::public {'atelier-discuss':
        subject => 'Discussions about artwork, web, marketing, communication',
        topics  => 'atelier',
    }

    sympa::list::public {'basesystem':
        subject => 'Developement discussion list about mageia basesystem',
        topics  => 'developers',
    }

    sympa::list::private { 'blog-moderation':
        subject               => 'Blog comments moderation',
        subscriber_ldap_group => 'mga-blog-moderators',
        sender_email          => [ "wordpress@blog.${::domain}" ],
        topics                => 'atelier',
    }

    sympa::list::public {'bugsquad-discuss':
        subject => 'Bugsquad team discussions',
        topics  => 'bugsquad',
    }

    sympa::list::public {'dev':
        subject => 'Developement discussion list',
        topics  => 'developers',
    }

    sympa::list::public {'discuss':
        subject => 'General discussion list',
        topics  => 'users',
    }

    sympa::list::public {'gnome':
        subject => 'Developement discussion list about mageia Gnome integration',
        topics  => 'developers',
    }

    sympa::list::public {'i18n-discuss':
        subject => 'Translation team discussions',
        topics  => 'i18n',
    }

    sympa::list::announce { 'i18n-bugs':
        subject      => 'Translation bug reports from bugzilla',
        reply_to     => "i18n-discuss@ml.${::domain}",
        sender_email => [ "bugzilla-daemon@${::domain}" ],
        topics       => 'i18n',
    }

    sympa::list {'i18n-reports':
        subject           => 'Automated reports for translations',
        reply_to          => "i18n-discuss@ml.${::domain}",
        sender_subscriber => true,
        sender_email      => [
            'r2d2@vargas.calenco.com',
            "blog@${::domain}",
            ],
        topics            => 'i18n',
    }

    # please check that the list use the proper code for
    # language ( not to be confused with tld or country code )
    sympa::list::public {'i18n-af':
        subject => 'Translation to Afrikaans',
        topics  => 'i18n',
    }

    sympa::list::public {'i18n-ar':
        subject => 'Translation to Arabic',
        topics  => 'i18n',
    }

    sympa::list::public {'i18n-de':
        subject => 'Translation to German',
        topics  => 'i18n',
    }

    sympa::list::public {'i18n-et':
        subject => 'Translation to Estonian',
        topics  => 'i18n',
    }

    sympa::list::public {'i18n-fr':
        subject => 'Translation to French',
        topics  => 'i18n',
    }

    sympa::list::public {'i18n-el':
        subject => 'Translation to Greek',
        topics  => 'i18n',
    }

    sympa::list::public {'i18n-nl':
        subject => 'Translation to Dutch',
        topics  => 'i18n',
    }

    sympa::list::public {'i18n-pt_br':
        subject => 'Translation to Brazilian Portuguese',
        topics  => 'i18n',
    }

    sympa::list::public {'i18n-pl':
        subject => 'Translation to Polish',
        topics  => 'i18n',
    }

    sympa::list::public {'i18n-ru':
        subject => 'Translation to Russian',
        topics  => 'i18n',
    }

    sympa::list::public {'i18n-tr':
        subject => 'Translation to Turkish',
        topics  => 'i18n',
    }

    sympa::list::public {'i18n-it':
        subject => 'Translation to Italian',
        topics  => 'i18n',
    }

    sympa::list::public {'i18n-en':
        subject => 'Translation to English',
        topics  => 'i18n',
    }

    sympa::list::public {'i18n-ro':
        subject => 'Translation to Romanian',
        topics  => 'i18n',
    }

    sympa::list::public {'i18n-zh_tw':
        subject => 'Translation to Taiwanese',
        topics  => 'i18n',
    }

    sympa::list::public {'isobuild':
        subject => 'Developement discussion list about Mageia isos',
        topics  => 'developers',
    }

    sympa::list::public {'java':
        subject => 'Developement discussion list about Java',
        topics  => 'developers',
    }

    sympa::list::public {'kde':
        subject => 'Developement discussion list about KDE',
        topics  => 'developers',
    }

    sympa::list::public {'kernel':
        subject => 'Developement discussion list about Kernel',
        topics  => 'developers',
    }

    sympa::list::public {'mageiatools':
        subject => 'Developement discussion list about Mageiatools',
        topics  => 'developers',
    }

    sympa::list::public {'perl':
        subject => 'Developement discussion list about Perl',
        topics  => 'developers',
    }

    sympa::list::public {'php':
        subject => 'Developement discussion list about Php',
        topics  => 'developers',
    }

    sympa::list::public {'python':
        subject => 'Developement discussion list about Python',
        topics  => 'developers',
    }

    sympa::list::public {'qa-discuss':
        subject => 'Discussions about QA tasks and requests',
        topics  => 'qa',
    }

    sympa::list::public {'rpmstack':
        subject => 'Developement discussion list about Mageia rpm stack',
        topics  => 'developers',
    }
    sympa::list::announce {'qa-bugs':
        subject      => 'QA bug reports from bugzilla',
        reply_to     => "qa-discuss@ml.${::domain}",
        sender_email => [ "bugzilla-daemon@${::domain}" ],
        topics       => 'qa',
    }

    sympa::list::announce {'qa-reports':
        subject      => 'Automated reports from QA tools',
        reply_to     => "qa-discuss@ml.${::domain}",
        sender_email => [ "buildsystem-daemon@${::domain}" ],
        topics       => 'qa',
    }

    sympa::list::announce {'qa-commits':
        subject      => 'Update advisories commits',
        reply_to     => "qa-discuss@ml.${::domain}",
        sender_email => [ "root@${::domain}" ],
        topics       => 'qa',
    }

    sympa::list::public {'forums-discuss':
        subject => 'Discuss forums matters, policies and processes, and publish summaries of notable events/feedback',
        topics  => 'forums',
    }

    sympa::list::announce {'forums-bugs':
        subject      => 'Forums bug reports from bugzilla',
        reply_to     => "forums-discuss@ml.${::domain}",
        sender_email => [ "bugzilla-daemon@${::domain}" ],
        topics       => 'forums',
    }

    sympa::list::public {'doc-discuss':
        subject => 'Discussions about Mageia documentation',
        topics  => 'doc',
    }

    sympa::list::announce { 'doc-bugs':
        subject      => 'Documentation bug reports from bugzilla',
        reply_to     => "doc-discuss@ml.${::domain}",
        sender_email => [ "bugzilla-daemon@${::domain}" ],
        topics       => 'doc',
    }

    sympa::list::announce { 'packages-commits':
        subject      => 'Commits on packages repository',
        reply_to     => "dev@ml.${::domain}",
        sender_email => [ "root@${::domain}" ],
        topics       => 'developers',
    }

    sympa::list::announce { 'mirrors-announce':
        subject      => 'Important announces about mirrors updates',
        reply_to     => "sysadmin-discuss@ml.${::domain}",
        sender_email => [ "root@${::domain}" ],
        topics       => 'sysadmin',
    }

    sympa::list::announce {'sysadmin-commits':
        subject      => 'Commits on sysadmin repository',
        reply_to     => "sysadmin-discuss@ml.${::domain}",
        sender_email => [ "root@${::domain}" ],
        topics       => 'sysadmin',
    }

    sympa::list::public {'sysadmin-discuss':
        subject      => 'Sysadmin team discussions',
        topics       => 'sysadmin',
    }

    sympa::list::announce {'sysadmin-reports':
        subject      => 'Automated reports from various pieces of infrastructure',
        reply_to     => "sysadmin-discuss@ml.${::domain}",
        sender_email => [ "root@${::domain}" ],
        topics       => 'sysadmin',
    }

    sympa::list::announce { 'sysadmin-bugs':
        subject      => 'Sysadmin bug reports from bugzilla',
        reply_to     => "sysadmin-discuss@ml.${::domain}",
        sender_email => [ "bugzilla-daemon@${::domain}" ],
        topics       => 'sysadmin',
    }

    sympa::list::announce { 'soft-commits':
        subject      => 'Commits on soft repository',
        reply_to     => "dev@ml.${::domain}",
        sender_email => [ "root@${::domain}" ],
        topics       => 'developers',
    }

    sympa::list::announce { 'bugs':
        subject      => 'Bug reports from bugzilla',
        reply_to     => "dev@ml.${::domain}",
        sender_email => [ "bugzilla-daemon@${::domain}" ],
        topics       => 'developers',
    }

    sympa::list::announce { 'pkg-bugs':
        subject      => 'Packaging bug reports from bugzilla',
        reply_to     => "dev@ml.${::domain}",
        sender_email => [ "bugzilla-daemon@${::domain}" ],
        topics       => 'developers',
    }

    sympa::list::announce { 'updates-announce':
        subject      => 'Packages update for stable release',
        reply_to     => "dev@ml.${::domain}",
        sender_email => [ "buildsystem-daemon@${::domain}" ],
        topics       => 'developers',
    }

    sympa::list::announce { 'backports-announce':
        subject      => 'Package backports for stable release',
        reply_to     => "dev@ml.${::domain}",
        sender_email => [ "buildsystem-daemon@${::domain}" ],
        topics       => 'developers',
    }

    sympa::list::announce { 'changelog':
        subject      => 'Announces for new packages uploaded',
        reply_to     => "dev@ml.${::domain}",
        sender_email => [ "buildsystem-daemon@${::domain}" ],
        topics       => 'developers',
    }

    sympa::list::announce { 'board-commits':
        subject               => 'Commits on Mageia.Org status and organisation documents',
        reply_to              => "board-public@ml.${::domain}",
        sender_email          => [ "root@${::domain}" ],
        topics                => 'governance',
        subscriber_ldap_group => 'mga-board',
    }

    sympa::list::public_restricted { 'board-public':
        subject               => 'Public board discussion',
        subscriber_ldap_group => 'mga-board',
        topics                => 'governance',
    }

    sympa::list::private { 'board-private':
        subject               => 'Private board discussion',
        subscriber_ldap_group => 'mga-board',
        topics                => 'governance',
    }

    sympa::list::announce {'treasurer-commits':
        subject      => 'Commits on Mageia.Org association treasurer repository',
        reply_to     => "treasurer@${::domain}",
        sender_email => [ "root@${::domain}" ],
        topics       => 'governance',
    }

    sympa::list::public_restricted { 'council':
        subject               => 'Council discussions',
        subscriber_ldap_group => 'mga-council',
        topics                => 'governance',
    }

    sympa::list::public {'local-discuss':
        subject => 'Discussions about Local Community Team',
        topics  => 'local',
    }

    sympa::list::public {'discuss-fr':
        subject => 'French discussions about Mageia',
        topics  => 'users',
    }

    sympa::list::public {'discuss-pt-br':
        subject => 'Discussions about Mageia in Brazilian Portuguese',
        topics  => 'users',
    }
}