/[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 973 - (hide annotations) (download)
Wed Feb 9 15:51:18 2011 UTC (13 years, 2 months ago) by misc
File size: 2390 byte(s)
add the soft-commits ml, as proposed and asked on sysadmin 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    
51     sympa::announce_list_email {"sysadmin-commits":
52     subject => "List receiving commits mail from sysadmin team repository",
53     # FIXME change once we migrate
54     reply_to => "mageia-sysadm@$domain",
55     sender_email => "root@$domain",
56     topics => "sysadmin",
57     }
58    
59     sympa::announce_list_email {"sysadmin-reports":
60     subject => "List receiving automated reports from various pieces of infrastructure",
61     # FIXME change once we migrate
62     reply_to => "mageia-sysadm@$domain",
63     sender_email => "root@$domain",
64     topics => "sysadmin",
65     }
66 misc 973
67     sympa::announce_list_email { "soft-commits":
68     subject => "List receiving automated reports from soft/ repositories",
69     # FIXME change once we migrate
70     reply_to => "mageia-dev@$domain",
71     sender_email => "root@$domain",
72     topics => "developers",
73     }
74 misc 743 }

  ViewVC Help
Powered by ViewVC 1.1.30