/[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 1337 - (hide annotations) (download)
Mon Mar 21 10:49:56 2011 UTC (13 years, 1 month ago) by misc
File size: 5291 byte(s)
add board-private and board-public
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 misc 1239 sympa::announce_list_email {"packages-commits":
71     subject => "List receiving commits mail from packages repository",
72     # FIXME change once we migrate
73     reply_to => "mageia-dev@$domain",
74     sender_email => "root@$domain",
75     topics => "developers",
76     }
77    
78 boklm 1327 sympa::announce_list_email {"mirrors-announce":
79     subject => "Important announces about mirrors updates",
80     # FIXME change once we migrate
81     reply_to => "mageia-sysadm@$domain",
82     sender_email => "root@$domain",
83     topics => "sysadmin",
84     }
85    
86 misc 743 sympa::announce_list_email {"sysadmin-commits":
87     subject => "List receiving commits mail from sysadmin team repository",
88     # FIXME change once we migrate
89     reply_to => "mageia-sysadm@$domain",
90     sender_email => "root@$domain",
91     topics => "sysadmin",
92     }
93    
94     sympa::announce_list_email {"sysadmin-reports":
95     subject => "List receiving automated reports from various pieces of infrastructure",
96     # FIXME change once we migrate
97     reply_to => "mageia-sysadm@$domain",
98     sender_email => "root@$domain",
99     topics => "sysadmin",
100     }
101 misc 973
102 boklm 1301 sympa::announce_list_email { "sysadmin-bugs":
103     subject => "List receiving sysadmin bugs reports from bugzilla",
104     # FIXME change once we migrate
105     reply_to => "mageia-sysadm@$domain",
106     sender_email => "bugzilla-daemon@$domain",
107     topics => "sysadmin",
108     }
109    
110 misc 973 sympa::announce_list_email { "soft-commits":
111     subject => "List receiving automated reports from soft/ repositories",
112     # FIXME change once we migrate
113     reply_to => "mageia-dev@$domain",
114     sender_email => "root@$domain",
115     topics => "developers",
116     }
117 misc 1067
118     sympa::announce_list_email { "bugs":
119     subject => "List receiving bugs reports from bugzilla ",
120     # FIXME change once we migrate
121     reply_to => "mageia-dev@$domain",
122     sender_email => "bugzilla-daemon@$domain",
123     topics => "developers",
124     }
125    
126 misc 1140 sympa::announce_list_email { "changelog":
127     subject => "List receiving announces for new packages uploaded",
128     # FIXME change once we migrate
129     reply_to => "mageia-dev@$domain",
130     sender_email => "buildsystem-daemon@$domain",
131     topics => "developers",
132     }
133    
134 misc 1337 # rda asked for a list where posting is restricted to a ldap
135     # group, and where everybody can subscribe. While the name is not
136     # really reflecting the usage, the functionnal requirements are fullfilled
137     # FIXME people in the board group should be subscribed to this list
138     #
139     sympa::announce_list_group { "board-public":
140     subject => "List for public board discussion",
141     reply_to => false,
142     sender_ldap_group => "mga-board",
143     topics => "governance",
144     }
145    
146     sympa::private_list { "board-private":
147     subject => "List for private board discussion",
148     sender_ldap_group => "mga-board",
149     topics => "governance",
150     }
151    
152    
153 misc 743 }

  ViewVC Help
Powered by ViewVC 1.1.30