/[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 2031 - (hide 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 misc 743 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 boklm 1471 subject => "Translation to Afrikaans",
7 misc 743 topics => "i18n",
8     }
9    
10     sympa::public_list {"i18n-de":
11 boklm 1471 subject => "Translation to German",
12 misc 743 topics => "i18n",
13     }
14    
15     sympa::public_list {"i18n-et":
16 boklm 1471 subject => "Translation to Estonian",
17 misc 743 topics => "i18n",
18     }
19    
20     sympa::public_list {"i18n-fr":
21 boklm 1471 subject => "Translation to French",
22 misc 743 topics => "i18n",
23     }
24    
25 boklm 2031 sympa::public_list {"i18n-el":
26     subject => "Translation to Greek",
27     topics => "i18n",
28     }
29    
30 misc 743 sympa::public_list {"i18n-nl":
31 boklm 1471 subject => "Translation to Dutch",
32 misc 743 topics => "i18n",
33     }
34    
35     sympa::public_list {"i18n-pt_br":
36 boklm 1471 subject => "Translation to Brazilian Portuguese",
37 misc 743 topics => "i18n",
38     }
39    
40     sympa::public_list {"i18n-pl":
41 boklm 1471 subject => "Translation to Polish",
42 misc 743 topics => "i18n",
43     }
44    
45     sympa::public_list {"i18n-ru":
46 boklm 1471 subject => "Translation to Russian",
47 misc 743 topics => "i18n",
48     }
49    
50     sympa::public_list {"i18n-tr":
51 boklm 1471 subject => "Translation to Turkish",
52 misc 743 topics => "i18n",
53     }
54    
55 misc 1084 sympa::public_list {"i18n-it":
56 boklm 1471 subject => "Translation to Italian",
57 misc 1084 topics => "i18n",
58     }
59 misc 743
60 misc 1084 sympa::public_list {"i18n-en":
61 boklm 1471 subject => "Translation to English",
62 misc 1084 topics => "i18n",
63     }
64    
65 misc 1085 sympa::public_list {"i18n-ro":
66 boklm 1471 subject => "Translation to Romanian",
67 misc 1085 topics => "i18n",
68     }
69    
70     sympa::public_list {"i18n-zh_tw":
71 boklm 1471 subject => "Translation to Taiwanese",
72 misc 1085 topics => "i18n",
73     }
74    
75 boklm 1468 sympa::public_list {"qa-discuss":
76     subject => "Discussions about QA tasks and requests",
77     topics => "qa",
78     }
79    
80 boklm 1748 sympa::announce_list_email {"qa-bugs":
81 boklm 1747 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 boklm 1813 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 boklm 2002 sympa::public_list {"doc-discuss":
93     subject => "Discussions about Mageia documentation",
94     topics => "doc",
95     }
96    
97 misc 1239 sympa::announce_list_email {"packages-commits":
98 boklm 1471 subject => "Commits on packages repository",
99 misc 1239 # FIXME change once we migrate
100     reply_to => "mageia-dev@$domain",
101     sender_email => "root@$domain",
102     topics => "developers",
103     }
104    
105 boklm 1327 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 misc 743 sympa::announce_list_email {"sysadmin-commits":
114 boklm 1471 subject => "Commits on sysadmin repository",
115 misc 743 # 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 boklm 1471 subject => "Automated reports from various pieces of infrastructure",
123 misc 743 # FIXME change once we migrate
124     reply_to => "mageia-sysadm@$domain",
125     sender_email => "root@$domain",
126     topics => "sysadmin",
127     }
128 misc 973
129 boklm 1301 sympa::announce_list_email { "sysadmin-bugs":
130 boklm 1747 subject => "Sysadmin bug reports from bugzilla",
131 boklm 1301 # FIXME change once we migrate
132     reply_to => "mageia-sysadm@$domain",
133     sender_email => "bugzilla-daemon@$domain",
134     topics => "sysadmin",
135     }
136    
137 misc 973 sympa::announce_list_email { "soft-commits":
138 boklm 1471 subject => "Commits on soft repository",
139 misc 973 # FIXME change once we migrate
140     reply_to => "mageia-dev@$domain",
141     sender_email => "root@$domain",
142     topics => "developers",
143     }
144 misc 1067
145     sympa::announce_list_email { "bugs":
146 boklm 1471 subject => "Bug reports from bugzilla ",
147 misc 1067 # FIXME change once we migrate
148     reply_to => "mageia-dev@$domain",
149     sender_email => "bugzilla-daemon@$domain",
150     topics => "developers",
151     }
152    
153 misc 1741 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 misc 1140 sympa::announce_list_email { "changelog":
161 boklm 1471 subject => "Announces for new packages uploaded",
162 misc 1140 # FIXME change once we migrate
163     reply_to => "mageia-dev@$domain",
164     sender_email => "buildsystem-daemon@$domain",
165     topics => "developers",
166     }
167    
168 misc 1408 sympa::public_restricted_list { "board-public":
169 boklm 1471 subject => "Public board discussion",
170 misc 1410 subscriber_ldap_group => "mga-board",
171 misc 1337 topics => "governance",
172     }
173    
174     sympa::private_list { "board-private":
175 boklm 1471 subject => "Private board discussion",
176 misc 1340 subscriber_ldap_group => "mga-board",
177 misc 1337 topics => "governance",
178     }
179    
180 misc 1404 sympa::public_restricted_list { "council":
181 boklm 1471 subject => "Council discussions",
182 misc 1404 subscriber_ldap_group => "mga-council",
183     topics => "governance",
184     }
185 misc 743 }

  ViewVC Help
Powered by ViewVC 1.1.30