/[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 1813 - (show annotations) (download)
Wed Jul 6 14:22:11 2011 UTC (12 years, 9 months ago) by boklm
File size: 5724 byte(s)
add forums-discuss list
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::announce_list_email {"packages-commits":
88 subject => "Commits on packages repository",
89 # FIXME change once we migrate
90 reply_to => "mageia-dev@$domain",
91 sender_email => "root@$domain",
92 topics => "developers",
93 }
94
95 sympa::announce_list_email {"mirrors-announce":
96 subject => "Important announces about mirrors updates",
97 # FIXME change once we migrate
98 reply_to => "mageia-sysadm@$domain",
99 sender_email => "root@$domain",
100 topics => "sysadmin",
101 }
102
103 sympa::announce_list_email {"sysadmin-commits":
104 subject => "Commits on sysadmin repository",
105 # FIXME change once we migrate
106 reply_to => "mageia-sysadm@$domain",
107 sender_email => "root@$domain",
108 topics => "sysadmin",
109 }
110
111 sympa::announce_list_email {"sysadmin-reports":
112 subject => "Automated reports from various pieces of infrastructure",
113 # FIXME change once we migrate
114 reply_to => "mageia-sysadm@$domain",
115 sender_email => "root@$domain",
116 topics => "sysadmin",
117 }
118
119 sympa::announce_list_email { "sysadmin-bugs":
120 subject => "Sysadmin bug reports from bugzilla",
121 # FIXME change once we migrate
122 reply_to => "mageia-sysadm@$domain",
123 sender_email => "bugzilla-daemon@$domain",
124 topics => "sysadmin",
125 }
126
127 sympa::announce_list_email { "soft-commits":
128 subject => "Commits on soft repository",
129 # FIXME change once we migrate
130 reply_to => "mageia-dev@$domain",
131 sender_email => "root@$domain",
132 topics => "developers",
133 }
134
135 sympa::announce_list_email { "bugs":
136 subject => "Bug reports from bugzilla ",
137 # FIXME change once we migrate
138 reply_to => "mageia-dev@$domain",
139 sender_email => "bugzilla-daemon@$domain",
140 topics => "developers",
141 }
142
143 sympa::announce_list_email { "updates-announce":
144 subject => "Packages update for stable release",
145 reply_to => "mageia-dev@$domain",
146 sender_email => "buildsystem-daemon@$domain",
147 topics => "developers",
148 }
149
150 sympa::announce_list_email { "changelog":
151 subject => "Announces for new packages uploaded",
152 # FIXME change once we migrate
153 reply_to => "mageia-dev@$domain",
154 sender_email => "buildsystem-daemon@$domain",
155 topics => "developers",
156 }
157
158 sympa::public_restricted_list { "board-public":
159 subject => "Public board discussion",
160 subscriber_ldap_group => "mga-board",
161 topics => "governance",
162 }
163
164 sympa::private_list { "board-private":
165 subject => "Private board discussion",
166 subscriber_ldap_group => "mga-board",
167 topics => "governance",
168 }
169
170 sympa::public_restricted_list { "council":
171 subject => "Council discussions",
172 subscriber_ldap_group => "mga-council",
173 topics => "governance",
174 }
175 }

  ViewVC Help
Powered by ViewVC 1.1.30