/[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 3060 - (show annotations) (download)
Mon Apr 22 18:35:14 2013 UTC (11 years ago) by boklm
File size: 8781 byte(s)
rename sympa::public_list to sympa::list::public
1 class lists {
2 # When adding a new list, also add it to the wiki page :
3 # https://wiki.mageia.org/en/Mailing_lists
4
5 sympa::announce_list_email { 'announce':
6 subject => 'Mageia announces',
7 reply_to => "discuss@ml.$::domain",
8 sender_email => [ "sysadmin@group.$::domain" ],
9 }
10
11 sympa::announce_list_email {'atelier-bugs':
12 subject => 'Atelier bug reports from bugzilla',
13 reply_to => "atelier-discuss@ml.$::domain",
14 sender_email => [ "bugzilla-daemon@$::domain" ],
15 topics => 'atelier',
16 }
17
18 sympa::announce_list_email {'atelier-commits':
19 subject => 'Commits on atelier repositories (Artwork, Web, etc ...)',
20 reply_to => "atelier-discuss@ml.$::domain",
21 sender_email => [ "root@$::domain" ],
22 topics => 'atelier',
23 }
24
25 sympa::list::public {'atelier-discuss':
26 subject => 'Discussions about artwork, web, marketing, communication',
27 topics => 'atelier',
28 }
29
30 sympa::list::private { 'blog-moderation':
31 subject => 'Blog comments moderation',
32 subscriber_ldap_group => 'mga-blog-moderators',
33 topics => 'atelier',
34 }
35
36 sympa::list::public {'bugsquad-discuss':
37 subject => 'Bugsquad team discussions',
38 topics => 'bugsquad',
39 }
40
41 sympa::list::public {'dev':
42 subject => 'Developement discussion list',
43 topics => 'developers',
44 }
45
46 sympa::list::public {'discuss':
47 subject => 'General discussion list',
48 }
49
50 sympa::list::public {'i18n-discuss':
51 subject => 'Translation team discussions',
52 topics => 'i18n',
53 }
54
55 sympa::announce_list_email { 'i18n-bugs':
56 subject => 'Translation bug reports from bugzilla',
57 reply_to => "i18n-discuss@ml.$::domain",
58 sender_email => [ "bugzilla-daemon@$::domain" ],
59 topics => 'i18n',
60 }
61
62 sympa::announce_list_email {'i18n-reports':
63 subject => 'Automated reports for translations',
64 reply_to => "i18n-discuss@$ml.::domain",
65 sender_email => [ 'r2d2@vargas.calenco.com' ],
66 topics => 'i18n',
67 }
68
69 # please check that the list use the proper code for
70 # language ( not to be confused with tld or country code )
71 sympa::list::public {'i18n-af':
72 subject => 'Translation to Afrikaans',
73 topics => 'i18n',
74 }
75
76 sympa::list::public {'i18n-de':
77 subject => 'Translation to German',
78 topics => 'i18n',
79 }
80
81 sympa::list::public {'i18n-et':
82 subject => 'Translation to Estonian',
83 topics => 'i18n',
84 }
85
86 sympa::list::public {'i18n-fr':
87 subject => 'Translation to French',
88 topics => 'i18n',
89 }
90
91 sympa::list::public {'i18n-el':
92 subject => 'Translation to Greek',
93 topics => 'i18n',
94 }
95
96 sympa::list::public {'i18n-nl':
97 subject => 'Translation to Dutch',
98 topics => 'i18n',
99 }
100
101 sympa::list::public {'i18n-pt_br':
102 subject => 'Translation to Brazilian Portuguese',
103 topics => 'i18n',
104 }
105
106 sympa::list::public {'i18n-pl':
107 subject => 'Translation to Polish',
108 topics => 'i18n',
109 }
110
111 sympa::list::public {'i18n-ru':
112 subject => 'Translation to Russian',
113 topics => 'i18n',
114 }
115
116 sympa::list::public {'i18n-tr':
117 subject => 'Translation to Turkish',
118 topics => 'i18n',
119 }
120
121 sympa::list::public {'i18n-it':
122 subject => 'Translation to Italian',
123 topics => 'i18n',
124 }
125
126 sympa::list::public {'i18n-en':
127 subject => 'Translation to English',
128 topics => 'i18n',
129 }
130
131 sympa::list::public {'i18n-ro':
132 subject => 'Translation to Romanian',
133 topics => 'i18n',
134 }
135
136 sympa::list::public {'i18n-zh_tw':
137 subject => 'Translation to Taiwanese',
138 topics => 'i18n',
139 }
140
141 sympa::list::public {'qa-discuss':
142 subject => 'Discussions about QA tasks and requests',
143 topics => 'qa',
144 }
145
146 sympa::announce_list_email {'qa-bugs':
147 subject => 'QA bug reports from bugzilla',
148 reply_to => "qa-discuss@ml.$::domain",
149 sender_email => [ "bugzilla-daemon@$::domain" ],
150 topics => 'qa',
151 }
152
153 sympa::list::public {'forums-discuss':
154 subject => 'Discuss forums matters, policies and processes, as well as publish summaries of notable events/feedback',
155 topics => 'forums',
156 }
157
158 sympa::announce_list_email {'forums-bugs':
159 subject => 'Forums bug reports from bugzilla',
160 reply_to => "forums-discuss@ml.$::domain",
161 sender_email => [ "bugzilla-daemon@$::domain" ],
162 topics => 'forums',
163 }
164
165 sympa::list::public {'doc-discuss':
166 subject => 'Discussions about Mageia documentation',
167 topics => 'doc',
168 }
169
170 sympa::announce_list_email { 'doc-bugs':
171 subject => 'Documentation bug reports from bugzilla',
172 reply_to => "doc-discuss@ml.$::domain",
173 sender_email => [ "bugzilla-daemon@$::domain" ],
174 topics => 'doc',
175 }
176
177 sympa::announce_list_email { 'packages-commits':
178 subject => 'Commits on packages repository',
179 reply_to => "dev@ml.$::domain",
180 sender_email => [ "root@$::domain" ],
181 topics => 'developers',
182 }
183
184 sympa::announce_list_email { 'mirrors-announce':
185 subject => 'Important announces about mirrors updates',
186 reply_to => "sysadm-discuss@ml.$::domain",
187 sender_email => [ "root@$::domain" ],
188 topics => 'sysadmin',
189 }
190
191 sympa::announce_list_email {'sysadmin-commits':
192 subject => 'Commits on sysadmin repository',
193 reply_to => "sysadm-discuss@ml.$::domain",
194 sender_email => [ "root@$::domain" ],
195 topics => 'sysadmin',
196 }
197
198 sympa::list::public {'sysadmin-discuss':
199 subject => 'Sysadmin team discussions',
200 topics => 'sysadmin',
201 }
202
203 sympa::announce_list_email {'sysadmin-reports':
204 subject => 'Automated reports from various pieces of infrastructure',
205 reply_to => "sysadm-discuss@ml.$::domain",
206 sender_email => [ "root@$::domain" ],
207 topics => 'sysadmin',
208 }
209
210 sympa::announce_list_email { 'sysadmin-bugs':
211 subject => 'Sysadmin bug reports from bugzilla',
212 reply_to => "sysadm-discuss@ml.$::domain",
213 sender_email => [ "bugzilla-daemon@$::domain" ],
214 topics => 'sysadmin',
215 }
216
217 sympa::announce_list_email { 'soft-commits':
218 subject => 'Commits on soft repository',
219 reply_to => "dev@ml.$::domain",
220 sender_email => [ "root@$::domain" ],
221 topics => 'developers',
222 }
223
224 sympa::announce_list_email { 'bugs':
225 subject => 'Bug reports from bugzilla',
226 reply_to => "dev@ml.$::domain",
227 sender_email => [ "bugzilla-daemon@$::domain" ],
228 topics => 'developers',
229 }
230
231 sympa::announce_list_email { 'updates-announce':
232 subject => 'Packages update for stable release',
233 reply_to => "dev@ml.$::domain",
234 sender_email => [ "buildsystem-daemon@$::domain" ],
235 topics => 'developers',
236 }
237
238 sympa::announce_list_email { 'changelog':
239 subject => 'Announces for new packages uploaded',
240 reply_to => "dev@ml.$::domain",
241 sender_email => [ "buildsystem-daemon@$::domain" ],
242 topics => 'developers',
243 }
244
245 sympa::announce_list_email { 'board-commits':
246 subject => 'Commits on Mageia.Org status and organisation documents',
247 reply_to => "board-public@ml.$::domain",
248 sender_email => [ "root@$::domain" ],
249 topics => 'governance',
250 subscriber_ldap_group => 'mga-board',
251 }
252
253 sympa::public_restricted_list { 'board-public':
254 subject => 'Public board discussion',
255 subscriber_ldap_group => 'mga-board',
256 topics => 'governance',
257 }
258
259 sympa::list::private { 'board-private':
260 subject => 'Private board discussion',
261 subscriber_ldap_group => 'mga-board',
262 topics => 'governance',
263 }
264
265 sympa::public_restricted_list { 'council':
266 subject => 'Council discussions',
267 subscriber_ldap_group => 'mga-council',
268 topics => 'governance',
269 }
270
271 sympa::list::public {'local-discuss':
272 subject => 'Discussions about Local Community Team',
273 topics => 'local',
274 }
275 }

  ViewVC Help
Powered by ViewVC 1.1.30