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

  ViewVC Help
Powered by ViewVC 1.1.30