From 744133079ef46a75295d07ca0eeb3ca2a6d5be0c Mon Sep 17 00:00:00 2001 From: Tom Fifield Date: Fri, 28 Jun 2013 17:20:45 +1000 Subject: [PATCH] Add a mailing list for internationalisation team The Internationalisation and Translation team has decided to make the move from launchpad. As such, they need this new mailing list! As per OpenStack community defacto policy, the name has already been debated to the Nth degree, but your comments are also welcome! :) Change-Id: I4152c50532174357be6c77e6bffe23b4b156769e Reviewed-on: https://review.openstack.org/34853 Reviewed-by: daisy-ycguo Reviewed-by: Stefano Maffulli Reviewed-by: Elizabeth Krumbach Joseph Reviewed-by: Clark Boylan Reviewed-by: James E. Blair Reviewed-by: Tom Fifield Approved: Monty Taylor Reviewed-by: Monty Taylor Tested-by: Jenkins --- modules/openstack_project/manifests/lists.pp | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/modules/openstack_project/manifests/lists.pp b/modules/openstack_project/manifests/lists.pp index 2895be6418..03bcfb295a 100644 --- a/modules/openstack_project/manifests/lists.pp +++ b/modules/openstack_project/manifests/lists.pp @@ -54,4 +54,14 @@ class openstack_project::lists( webserver => $listdomain, mailserver => $listdomain, } + + maillist { 'openstack-i18n': + ensure => present, + admin => 'guoyingc@cn.ibm.com', + password => $listpassword, + description => 'List of the OpenStack Internationalization team.', + webserver => $listdomain, + mailserver => $listdomain, + } + }