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

  ViewVC Help
Powered by ViewVC 1.1.30