/[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 2775 - (show annotations) (download)
Wed Jun 20 22:41:39 2012 UTC (11 years, 10 months ago) by boklm
File size: 6578 byte(s)
add atelier-discuss 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::public_list {'doc-discuss':
97 subject => 'Discussions about Mageia documentation',
98 topics => 'doc',
99 }
100
101 sympa::announce_list_email { 'doc-bugs':
102 subject => 'Documentation bug reports from bugzilla',
103 reply_to => "doc-discuss@ml.$::domain",
104 sender_email => "bugzilla-daemon@$::domain",
105 topics => 'doc',
106 }
107
108 sympa::announce_list_email { 'packages-commits':
109 subject => 'Commits on packages repository',
110 # FIXME change once we migrate
111 reply_to => "mageia-dev@$::domain",
112 sender_email => "root@$::domain",
113 topics => 'developers',
114 }
115
116 sympa::announce_list_email { 'mirrors-announce':
117 subject => 'Important announces about mirrors updates',
118 # FIXME change once we migrate
119 reply_to => "mageia-sysadm@$::domain",
120 sender_email => "root@$::domain",
121 topics => 'sysadmin',
122 }
123
124 sympa::announce_list_email {'sysadmin-commits':
125 subject => 'Commits on sysadmin repository',
126 # FIXME change once we migrate
127 reply_to => "mageia-sysadm@$::domain",
128 sender_email => "root@$::domain",
129 topics => 'sysadmin',
130 }
131
132 sympa::announce_list_email {'sysadmin-reports':
133 subject => 'Automated reports from various pieces of infrastructure',
134 # FIXME change once we migrate
135 reply_to => "mageia-sysadm@$::domain",
136 sender_email => "root@$::domain",
137 topics => 'sysadmin',
138 }
139
140 sympa::announce_list_email { 'sysadmin-bugs':
141 subject => 'Sysadmin bug reports from bugzilla',
142 # FIXME change once we migrate
143 reply_to => "mageia-sysadm@$::domain",
144 sender_email => "bugzilla-daemon@$::domain",
145 topics => 'sysadmin',
146 }
147
148 sympa::announce_list_email { 'soft-commits':
149 subject => 'Commits on soft repository',
150 # FIXME change once we migrate
151 reply_to => "mageia-dev@$::domain",
152 sender_email => "root@$::domain",
153 topics => 'developers',
154 }
155
156 sympa::announce_list_email { 'bugs':
157 subject => 'Bug reports from bugzilla',
158 # FIXME change once we migrate
159 reply_to => "mageia-dev@$::domain",
160 sender_email => "bugzilla-daemon@$::domain",
161 topics => 'developers',
162 }
163
164 sympa::announce_list_email { 'updates-announce':
165 subject => 'Packages update for stable release',
166 reply_to => "mageia-dev@$::domain",
167 sender_email => "buildsystem-daemon@$::domain",
168 topics => 'developers',
169 }
170
171 sympa::announce_list_email { 'changelog':
172 subject => 'Announces for new packages uploaded',
173 # FIXME change once we migrate
174 reply_to => "mageia-dev@$::domain",
175 sender_email => "buildsystem-daemon@$::domain",
176 topics => 'developers',
177 }
178
179 sympa::announce_list_email { 'board-commits':
180 subject => 'Commits on Mageia.Org status and organisation documents',
181 reply_to => "board-public@ml.$::domain",
182 sender_email => "root@$::domain",
183 topics => 'governance',
184 subscriber_ldap_group => 'mga-board',
185 }
186
187 sympa::public_restricted_list { 'board-public':
188 subject => 'Public board discussion',
189 subscriber_ldap_group => 'mga-board',
190 topics => 'governance',
191 }
192
193 sympa::list::private { 'board-private':
194 subject => 'Private board discussion',
195 subscriber_ldap_group => 'mga-board',
196 topics => 'governance',
197 }
198
199 sympa::public_restricted_list { 'council':
200 subject => 'Council discussions',
201 subscriber_ldap_group => 'mga-council',
202 topics => 'governance',
203 }
204
205 sympa::public_list {'local-discuss':
206 subject => 'Discussions about Local Community Team',
207 topics => 'local',
208 }
209 }

  ViewVC Help
Powered by ViewVC 1.1.30