aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/lists/manifests/init.pp
blob: 708e70f59efdfa86910921844a33151f59335363 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
class lists {
    # please check that the list use the proper code for
    # language ( not to be confused with tld or country code )
    sympa::public_list {'i18n-af':
        subject => 'Translation to Afrikaans',
        topics  => 'i18n',
    }

    sympa::public_list {'i18n-de':
        subject => 'Translation to German',
        topics  => 'i18n',
    }

    sympa::public_list {'i18n-et':
        subject => 'Translation to Estonian',
        topics  => 'i18n',
    }

    sympa::public_list {'i18n-fr':
        subject => 'Translation to French',
        topics  => 'i18n',
    }

    sympa::public_list {'i18n-el':
        subject => 'Translation to Greek',
        topics  => 'i18n',
    }

    sympa::public_list {'i18n-nl':
        subject => 'Translation to Dutch',
        topics  => 'i18n',
    }

    sympa::public_list {'i18n-pt_br':
        subject => 'Translation to Brazilian Portuguese',
        topics  => 'i18n',
    }

    sympa::public_list {'i18n-pl':
        subject => 'Translation to Polish',
        topics  => 'i18n',
    }

    sympa::public_list {'i18n-ru':
        subject => 'Translation to Russian',
        topics  => 'i18n',
    }

    sympa::public_list {'i18n-tr':
        subject => 'Translation to Turkish',
        topics  => 'i18n',
    }

    sympa::public_list {'i18n-it':
        subject => 'Translation to Italian',
        topics  => 'i18n',
    }

    sympa::public_list {'i18n-en':
        subject => 'Translation to English',
        topics  => 'i18n',
    }

    sympa::public_list {'i18n-ro':
        subject => 'Translation to Romanian',
        topics  => 'i18n',
    }

    sympa::public_list {'i18n-zh_tw':
        subject => 'Translation to Taiwanese',
        topics  => 'i18n',
    }

    sympa::public_list {'qa-discuss':
        subject => 'Discussions about QA tasks and requests',
        topics  => 'qa',
    }

    sympa::announce_list_email {'qa-bugs':
        subject      => 'QA bug reports from bugzilla',
        reply_to     => "qa-discuss@ml.$::domain",
        sender_email => "bugzilla-daemon@$::domain",
        topics       => 'qa',
    }

    sympa::public_list {'forums-discuss':
        subject => 'Discuss forums matters, policies and processes, as well as publish summaries of notable events/feedback',
        topics  => 'forums',
    }

    sympa::public_list {'doc-discuss':
        subject => 'Discussions about Mageia documentation',
        topics  => 'doc',
    }

    sympa::announce_list_email { 'doc-bugs':
        subject      => 'Documentation bug reports from bugzilla',
        reply_to     => "doc-discuss@ml.$::domain",
        sender_email => "bugzilla-daemon@$::domain",
        topics       => 'doc',
    }

    sympa::announce_list_email { 'packages-commits':
        subject      => 'Commits on packages repository',
        # FIXME change once we migrate
        reply_to     => "mageia-dev@$::domain",
        sender_email => "root@$::domain",
        topics       => 'developers',
    }

    sympa::announce_list_email { 'mirrors-announce':
        subject      => 'Important announces about mirrors updates',
        # FIXME change once we migrate
        reply_to     => "mageia-sysadm@$::domain",
        sender_email => "root@$::domain",
        topics       => 'sysadmin',
    }

    sympa::announce_list_email {'sysadmin-commits':
        subject      => 'Commits on sysadmin repository',
        # FIXME change once we migrate
        reply_to     => "mageia-sysadm@$::domain",
        sender_email => "root@$::domain",
        topics       => 'sysadmin',
    }

    sympa::announce_list_email {'sysadmin-reports':
        subject      => 'Automated reports from various pieces of infrastructure',
        # FIXME change once we migrate
        reply_to     => "mageia-sysadm@$::domain",
        sender_email => "root@$::domain",
        topics       => 'sysadmin',
    }

    sympa::announce_list_email { 'sysadmin-bugs':
        subject      => 'Sysadmin bug reports from bugzilla',
        # FIXME change once we migrate
        reply_to     => "mageia-sysadm@$::domain",
        sender_email => "bugzilla-daemon@$::domain",
        topics       => 'sysadmin',
    }

    sympa::announce_list_email { 'soft-commits':
        subject      => 'Commits on soft repository',
        # FIXME change once we migrate
        reply_to     => "mageia-dev@$::domain",
        sender_email => "root@$::domain",
        topics       => 'developers',
    }

    sympa::announce_list_email { 'bugs':
        subject      => 'Bug reports from bugzilla',
        # FIXME change once we migrate
        reply_to     => "mageia-dev@$::domain",
        sender_email => "bugzilla-daemon@$::domain",
        topics       => 'developers',
    }

    sympa::announce_list_email { 'updates-announce':
        subject      => 'Packages update for stable release',
        reply_to     => "mageia-dev@$::domain",
        sender_email => "buildsystem-daemon@$::domain",
        topics       => 'developers',
    }

    sympa::announce_list_email { 'changelog':
        subject      => 'Announces for new packages uploaded',
        # FIXME change once we migrate
        reply_to     => "mageia-dev@$::domain",
        sender_email => "buildsystem-daemon@$::domain",
        topics       => 'developers',
    }

    sympa::public_restricted_list { 'board-public':
        subject               => 'Public board discussion',
        subscriber_ldap_group => 'mga-board',
        topics                => 'governance',
    }

    sympa::private_list { 'board-private':
        subject               => 'Private board discussion',
        subscriber_ldap_group => 'mga-board',
        topics                => 'governance',
    }

    sympa::public_restricted_list { 'council':
        subject               => 'Council discussions',
        subscriber_ldap_group => 'mga-council',
        topics                => 'governance',
    }
}