From cd6df3e060c55d9b75a17a818a105153dfd46dba Mon Sep 17 00:00:00 2001 From: JF Taltavull Date: Thu, 3 Mar 2016 11:56:45 +0100 Subject: [PATCH] Add a mailing list for the French i18n local group. The French i18n team is getting more and more members and Zanata lacks an efficient mailing feature. So the solution is to use a mailing list. In agreement with the i18n PTL, the ML is called openstack-i18n-fr. Change-Id: I35079e25cd03b02dbbf5444acf5d574e51508dfd --- modules/openstack_project/manifests/lists.pp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/modules/openstack_project/manifests/lists.pp b/modules/openstack_project/manifests/lists.pp index cb668bdad7..534a6f8715 100644 --- a/modules/openstack_project/manifests/lists.pp +++ b/modules/openstack_project/manifests/lists.pp @@ -331,4 +331,13 @@ class openstack_project::lists( webserver => $listdomain, mailserver => $listdomain, } + + maillist { 'openstack-i18n-fr': + ensure => present, + admin => 'jftalta@gmail.com', + password => $listpassword, + description => 'List of the OpenStack Internationalization team, french local group.', + webserver => $listdomain, + mailserver => $listdomain, + } }