/[adm]/puppet/deployment/lists/manifests/init.pp
ViewVC logotype

Annotation of /puppet/deployment/lists/manifests/init.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2775 - (hide 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 misc 743 class lists {
2 boklm 2775 sympa::public_list {'atelier-discuss':
3     subject => 'Discussions about artwork, web, marketing, communication',
4     topics => 'atelier',
5     }
6    
7 misc 2497 # 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 misc 743
14 misc 2497 sympa::public_list {'i18n-de':
15     subject => 'Translation to German',
16     topics => 'i18n',
17     }
18 misc 743
19 misc 2497 sympa::public_list {'i18n-et':
20     subject => 'Translation to Estonian',
21     topics => 'i18n',
22     }
23 misc 743
24 misc 2497 sympa::public_list {'i18n-fr':
25     subject => 'Translation to French',
26     topics => 'i18n',
27     }
28 misc 743
29 misc 2497 sympa::public_list {'i18n-el':
30     subject => 'Translation to Greek',
31     topics => 'i18n',
32     }
33 misc 743
34 misc 2497 sympa::public_list {'i18n-nl':
35     subject => 'Translation to Dutch',
36     topics => 'i18n',
37     }
38 boklm 2031
39 misc 2497 sympa::public_list {'i18n-pt_br':
40     subject => 'Translation to Brazilian Portuguese',
41     topics => 'i18n',
42     }
43 misc 743
44 misc 2497 sympa::public_list {'i18n-pl':
45     subject => 'Translation to Polish',
46     topics => 'i18n',
47     }
48 misc 743
49 misc 2497 sympa::public_list {'i18n-ru':
50     subject => 'Translation to Russian',
51     topics => 'i18n',
52     }
53 misc 743
54 misc 2497 sympa::public_list {'i18n-tr':
55     subject => 'Translation to Turkish',
56     topics => 'i18n',
57     }
58 misc 743
59 misc 2497 sympa::public_list {'i18n-it':
60     subject => 'Translation to Italian',
61     topics => 'i18n',
62     }
63 misc 743
64 misc 2497 sympa::public_list {'i18n-en':
65     subject => 'Translation to English',
66     topics => 'i18n',
67     }
68 misc 743
69 misc 2497 sympa::public_list {'i18n-ro':
70     subject => 'Translation to Romanian',
71     topics => 'i18n',
72     }
73 misc 1084
74 misc 2497 sympa::public_list {'i18n-zh_tw':
75     subject => 'Translation to Taiwanese',
76     topics => 'i18n',
77     }
78 misc 1085
79 misc 2497 sympa::public_list {'qa-discuss':
80     subject => 'Discussions about QA tasks and requests',
81     topics => 'qa',
82     }
83 misc 1085
84 misc 2497 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 boklm 1468
91 misc 2497 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 boklm 1747
96 misc 2497 sympa::public_list {'doc-discuss':
97     subject => 'Discussions about Mageia documentation',
98     topics => 'doc',
99     }
100 boklm 1813
101 misc 2497 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 boklm 2002
108 misc 2497 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 boklm 2093
116 misc 2497 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 misc 1239
124 misc 2497 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 boklm 1327
132 misc 2497 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 misc 743
140 misc 2497 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 misc 973
148 misc 2497 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 boklm 1301
156 misc 2497 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 misc 1067
164 misc 2497 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 misc 1067
171 misc 2497 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 misc 1741
179 boklm 2762 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 misc 2497 sympa::public_restricted_list { 'board-public':
188     subject => 'Public board discussion',
189     subscriber_ldap_group => 'mga-board',
190     topics => 'governance',
191     }
192 misc 1140
193 misc 2610 sympa::list::private { 'board-private':
194 misc 2497 subject => 'Private board discussion',
195     subscriber_ldap_group => 'mga-board',
196     topics => 'governance',
197     }
198 misc 1337
199 misc 2497 sympa::public_restricted_list { 'council':
200     subject => 'Council discussions',
201     subscriber_ldap_group => 'mga-council',
202     topics => 'governance',
203     }
204 boklm 2724
205     sympa::public_list {'local-discuss':
206     subject => 'Discussions about Local Community Team',
207     topics => 'local',
208     }
209 misc 743 }

  ViewVC Help
Powered by ViewVC 1.1.30