/[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 1747 - (hide annotations) (download)
Thu Jun 16 18:35:01 2011 UTC (12 years, 10 months ago) by boklm
File size: 5497 byte(s)
add qa-bugs mailing list
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     sympa::public_list {"i18n-nl":
26 boklm 1471 subject => "Translation to Dutch",
27 misc 743 topics => "i18n",
28     }
29    
30     sympa::public_list {"i18n-pt_br":
31 boklm 1471 subject => "Translation to Brazilian Portuguese",
32 misc 743 topics => "i18n",
33     }
34    
35     sympa::public_list {"i18n-pl":
36 boklm 1471 subject => "Translation to Polish",
37 misc 743 topics => "i18n",
38     }
39    
40     sympa::public_list {"i18n-ru":
41 boklm 1471 subject => "Translation to Russian",
42 misc 743 topics => "i18n",
43     }
44    
45     sympa::public_list {"i18n-tr":
46 boklm 1471 subject => "Translation to Turkish",
47 misc 743 topics => "i18n",
48     }
49    
50 misc 1084 sympa::public_list {"i18n-it":
51 boklm 1471 subject => "Translation to Italian",
52 misc 1084 topics => "i18n",
53     }
54 misc 743
55 misc 1084 sympa::public_list {"i18n-en":
56 boklm 1471 subject => "Translation to English",
57 misc 1084 topics => "i18n",
58     }
59    
60 misc 1085 sympa::public_list {"i18n-ro":
61 boklm 1471 subject => "Translation to Romanian",
62 misc 1085 topics => "i18n",
63     }
64    
65     sympa::public_list {"i18n-zh_tw":
66 boklm 1471 subject => "Translation to Taiwanese",
67 misc 1085 topics => "i18n",
68     }
69    
70 boklm 1468 sympa::public_list {"qa-discuss":
71     subject => "Discussions about QA tasks and requests",
72     topics => "qa",
73     }
74    
75 boklm 1747 sympa::public_list {"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 misc 1239 sympa::announce_list_email {"packages-commits":
83 boklm 1471 subject => "Commits on packages repository",
84 misc 1239 # FIXME change once we migrate
85     reply_to => "mageia-dev@$domain",
86     sender_email => "root@$domain",
87     topics => "developers",
88     }
89    
90 boklm 1327 sympa::announce_list_email {"mirrors-announce":
91     subject => "Important announces about mirrors updates",
92     # FIXME change once we migrate
93     reply_to => "mageia-sysadm@$domain",
94     sender_email => "root@$domain",
95     topics => "sysadmin",
96     }
97    
98 misc 743 sympa::announce_list_email {"sysadmin-commits":
99 boklm 1471 subject => "Commits on sysadmin repository",
100 misc 743 # FIXME change once we migrate
101     reply_to => "mageia-sysadm@$domain",
102     sender_email => "root@$domain",
103     topics => "sysadmin",
104     }
105    
106     sympa::announce_list_email {"sysadmin-reports":
107 boklm 1471 subject => "Automated reports from various pieces of infrastructure",
108 misc 743 # FIXME change once we migrate
109     reply_to => "mageia-sysadm@$domain",
110     sender_email => "root@$domain",
111     topics => "sysadmin",
112     }
113 misc 973
114 boklm 1301 sympa::announce_list_email { "sysadmin-bugs":
115 boklm 1747 subject => "Sysadmin bug reports from bugzilla",
116 boklm 1301 # FIXME change once we migrate
117     reply_to => "mageia-sysadm@$domain",
118     sender_email => "bugzilla-daemon@$domain",
119     topics => "sysadmin",
120     }
121    
122 misc 973 sympa::announce_list_email { "soft-commits":
123 boklm 1471 subject => "Commits on soft repository",
124 misc 973 # FIXME change once we migrate
125     reply_to => "mageia-dev@$domain",
126     sender_email => "root@$domain",
127     topics => "developers",
128     }
129 misc 1067
130     sympa::announce_list_email { "bugs":
131 boklm 1471 subject => "Bug reports from bugzilla ",
132 misc 1067 # FIXME change once we migrate
133     reply_to => "mageia-dev@$domain",
134     sender_email => "bugzilla-daemon@$domain",
135     topics => "developers",
136     }
137    
138 misc 1741 sympa::announce_list_email { "updates-announce":
139     subject => "Packages update for stable release",
140     reply_to => "mageia-dev@$domain",
141     sender_email => "buildsystem-daemon@$domain",
142     topics => "developers",
143     }
144    
145 misc 1140 sympa::announce_list_email { "changelog":
146 boklm 1471 subject => "Announces for new packages uploaded",
147 misc 1140 # FIXME change once we migrate
148     reply_to => "mageia-dev@$domain",
149     sender_email => "buildsystem-daemon@$domain",
150     topics => "developers",
151     }
152    
153 misc 1408 sympa::public_restricted_list { "board-public":
154 boklm 1471 subject => "Public board discussion",
155 misc 1410 subscriber_ldap_group => "mga-board",
156 misc 1337 topics => "governance",
157     }
158    
159     sympa::private_list { "board-private":
160 boklm 1471 subject => "Private board discussion",
161 misc 1340 subscriber_ldap_group => "mga-board",
162 misc 1337 topics => "governance",
163     }
164    
165 misc 1404 sympa::public_restricted_list { "council":
166 boklm 1471 subject => "Council discussions",
167 misc 1404 subscriber_ldap_group => "mga-council",
168     topics => "governance",
169     }
170 misc 743 }

  ViewVC Help
Powered by ViewVC 1.1.30