/[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 1468 - (hide annotations) (download)
Mon Apr 4 23:20:55 2011 UTC (13 years ago) by boklm
File size: 5286 byte(s)
add qa-discuss 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     subject => "List about translation to Afrikaans",
7     topics => "i18n",
8     }
9    
10     sympa::public_list {"i18n-de":
11     subject => "List about translation to German",
12     topics => "i18n",
13     }
14    
15     sympa::public_list {"i18n-et":
16     subject => "List about translation to Estonian",
17     topics => "i18n",
18     }
19    
20     sympa::public_list {"i18n-fr":
21     subject => "List about translation to French",
22     topics => "i18n",
23     }
24    
25     sympa::public_list {"i18n-nl":
26     subject => "List about translation to Dutch",
27     topics => "i18n",
28     }
29    
30     sympa::public_list {"i18n-pt_br":
31     subject => "List about translation to Brazilian Portuguese",
32     topics => "i18n",
33     }
34    
35     sympa::public_list {"i18n-pl":
36     subject => "List about translation to Polish",
37     topics => "i18n",
38     }
39    
40     sympa::public_list {"i18n-ru":
41     subject => "List about translation to Russian",
42     topics => "i18n",
43     }
44    
45     sympa::public_list {"i18n-tr":
46     subject => "List about translation to Turkish",
47     topics => "i18n",
48     }
49    
50 misc 1084 sympa::public_list {"i18n-it":
51     subject => "List about translation to Italian",
52     topics => "i18n",
53     }
54 misc 743
55 misc 1084 sympa::public_list {"i18n-en":
56     subject => "List about translation to English",
57     topics => "i18n",
58     }
59    
60 misc 1085 sympa::public_list {"i18n-ro":
61     subject => "List about translation to Romanian",
62     topics => "i18n",
63     }
64    
65     sympa::public_list {"i18n-zh_tw":
66     subject => "List about translation to Taiwanese",
67     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 misc 1239 sympa::announce_list_email {"packages-commits":
76     subject => "List receiving commits mail from packages repository",
77     # FIXME change once we migrate
78     reply_to => "mageia-dev@$domain",
79     sender_email => "root@$domain",
80     topics => "developers",
81     }
82    
83 boklm 1327 sympa::announce_list_email {"mirrors-announce":
84     subject => "Important announces about mirrors updates",
85     # FIXME change once we migrate
86     reply_to => "mageia-sysadm@$domain",
87     sender_email => "root@$domain",
88     topics => "sysadmin",
89     }
90    
91 misc 743 sympa::announce_list_email {"sysadmin-commits":
92     subject => "List receiving commits mail from sysadmin team repository",
93     # FIXME change once we migrate
94     reply_to => "mageia-sysadm@$domain",
95     sender_email => "root@$domain",
96     topics => "sysadmin",
97     }
98    
99     sympa::announce_list_email {"sysadmin-reports":
100     subject => "List receiving automated reports from various pieces of infrastructure",
101     # FIXME change once we migrate
102     reply_to => "mageia-sysadm@$domain",
103     sender_email => "root@$domain",
104     topics => "sysadmin",
105     }
106 misc 973
107 boklm 1301 sympa::announce_list_email { "sysadmin-bugs":
108     subject => "List receiving sysadmin bugs reports from bugzilla",
109     # FIXME change once we migrate
110     reply_to => "mageia-sysadm@$domain",
111     sender_email => "bugzilla-daemon@$domain",
112     topics => "sysadmin",
113     }
114    
115 misc 973 sympa::announce_list_email { "soft-commits":
116     subject => "List receiving automated reports from soft/ repositories",
117     # FIXME change once we migrate
118     reply_to => "mageia-dev@$domain",
119     sender_email => "root@$domain",
120     topics => "developers",
121     }
122 misc 1067
123     sympa::announce_list_email { "bugs":
124     subject => "List receiving bugs reports from bugzilla ",
125     # FIXME change once we migrate
126     reply_to => "mageia-dev@$domain",
127     sender_email => "bugzilla-daemon@$domain",
128     topics => "developers",
129     }
130    
131 misc 1140 sympa::announce_list_email { "changelog":
132     subject => "List receiving announces for new packages uploaded",
133     # FIXME change once we migrate
134     reply_to => "mageia-dev@$domain",
135     sender_email => "buildsystem-daemon@$domain",
136     topics => "developers",
137     }
138    
139 misc 1408 sympa::public_restricted_list { "board-public":
140 misc 1337 subject => "List for public board discussion",
141 misc 1410 subscriber_ldap_group => "mga-board",
142 misc 1337 topics => "governance",
143     }
144    
145     sympa::private_list { "board-private":
146     subject => "List for private board discussion",
147 misc 1340 subscriber_ldap_group => "mga-board",
148 misc 1337 topics => "governance",
149     }
150    
151 misc 1404 sympa::public_restricted_list { "council":
152     subject => "Council list",
153     subscriber_ldap_group => "mga-council",
154     topics => "governance",
155     }
156 misc 743 }

  ViewVC Help
Powered by ViewVC 1.1.30