/[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 2005 - (show annotations) (download)
Mon Sep 12 21:43:45 2011 UTC (12 years, 7 months ago) by misc
File size: 5844 byte(s)
fix declaration
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-nl":
26 subject => "Translation to Dutch",
27 topics => "i18n",
28 }
29
30 sympa::public_list {"i18n-pt_br":
31 subject => "Translation to Brazilian Portuguese",
32 topics => "i18n",
33 }
34
35 sympa::public_list {"i18n-pl":
36 subject => "Translation to Polish",
37 topics => "i18n",
38 }
39
40 sympa::public_list {"i18n-ru":
41 subject => "Translation to Russian",
42 topics => "i18n",
43 }
44
45 sympa::public_list {"i18n-tr":
46 subject => "Translation to Turkish",
47 topics => "i18n",
48 }
49
50 sympa::public_list {"i18n-it":
51 subject => "Translation to Italian",
52 topics => "i18n",
53 }
54
55 sympa::public_list {"i18n-en":
56 subject => "Translation to English",
57 topics => "i18n",
58 }
59
60 sympa::public_list {"i18n-ro":
61 subject => "Translation to Romanian",
62 topics => "i18n",
63 }
64
65 sympa::public_list {"i18n-zh_tw":
66 subject => "Translation to Taiwanese",
67 topics => "i18n",
68 }
69
70 sympa::public_list {"qa-discuss":
71 subject => "Discussions about QA tasks and requests",
72 topics => "qa",
73 }
74
75 sympa::announce_list_email {"qa-bugs":
76 subject => "QA bug reports from bugzilla",
77 reply_to => "qa-discuss@ml.$domain",
78 sender_email => "bugzilla-daemon@$domain",
79 topics => "qa",
80 }
81
82 sympa::public_list {"forums-discuss":
83 subject => "Discuss forums matters, policies and processes, as well as publish summaries of notable events/feedback",
84 topics => "forums",
85 }
86
87 sympa::public_list {"doc-discuss":
88 subject => "Discussions about Mageia documentation",
89 topics => "doc",
90 }
91
92 sympa::announce_list_email {"packages-commits":
93 subject => "Commits on packages repository",
94 # FIXME change once we migrate
95 reply_to => "mageia-dev@$domain",
96 sender_email => "root@$domain",
97 topics => "developers",
98 }
99
100 sympa::announce_list_email {"mirrors-announce":
101 subject => "Important announces about mirrors updates",
102 # FIXME change once we migrate
103 reply_to => "mageia-sysadm@$domain",
104 sender_email => "root@$domain",
105 topics => "sysadmin",
106 }
107
108 sympa::announce_list_email {"sysadmin-commits":
109 subject => "Commits on sysadmin repository",
110 # FIXME change once we migrate
111 reply_to => "mageia-sysadm@$domain",
112 sender_email => "root@$domain",
113 topics => "sysadmin",
114 }
115
116 sympa::announce_list_email {"sysadmin-reports":
117 subject => "Automated reports from various pieces of infrastructure",
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-bugs":
125 subject => "Sysadmin bug reports from bugzilla",
126 # FIXME change once we migrate
127 reply_to => "mageia-sysadm@$domain",
128 sender_email => "bugzilla-daemon@$domain",
129 topics => "sysadmin",
130 }
131
132 sympa::announce_list_email { "soft-commits":
133 subject => "Commits on soft repository",
134 # FIXME change once we migrate
135 reply_to => "mageia-dev@$domain",
136 sender_email => "root@$domain",
137 topics => "developers",
138 }
139
140 sympa::announce_list_email { "bugs":
141 subject => "Bug reports from bugzilla ",
142 # FIXME change once we migrate
143 reply_to => "mageia-dev@$domain",
144 sender_email => "bugzilla-daemon@$domain",
145 topics => "developers",
146 }
147
148 sympa::announce_list_email { "updates-announce":
149 subject => "Packages update for stable release",
150 reply_to => "mageia-dev@$domain",
151 sender_email => "buildsystem-daemon@$domain",
152 topics => "developers",
153 }
154
155 sympa::announce_list_email { "changelog":
156 subject => "Announces for new packages uploaded",
157 # FIXME change once we migrate
158 reply_to => "mageia-dev@$domain",
159 sender_email => "buildsystem-daemon@$domain",
160 topics => "developers",
161 }
162
163 sympa::public_restricted_list { "board-public":
164 subject => "Public board discussion",
165 subscriber_ldap_group => "mga-board",
166 topics => "governance",
167 }
168
169 sympa::private_list { "board-private":
170 subject => "Private board discussion",
171 subscriber_ldap_group => "mga-board",
172 topics => "governance",
173 }
174
175 sympa::public_restricted_list { "council":
176 subject => "Council discussions",
177 subscriber_ldap_group => "mga-council",
178 topics => "governance",
179 }
180 }

  ViewVC Help
Powered by ViewVC 1.1.30