From a771a3d0ba5bf3412996f15e0084ea0a13a80c11 Mon Sep 17 00:00:00 2001 From: Robert Simai Date: Wed, 2 Mar 2016 15:18:54 +0100 Subject: [PATCH] Add mailinglist openstack-i18n-de Add mailing list for German speaking translation team Change-Id: I773c708ced700ab230e2844f85ac52252a0d1f15 --- 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..c2020fdd59 100644 --- a/modules/openstack_project/manifests/lists.pp +++ b/modules/openstack_project/manifests/lists.pp @@ -69,6 +69,15 @@ class openstack_project::lists( mailserver => $listdomain, } + maillist { 'openstack-i18n-de': + ensure => present, + admin => 'robert.simai@suse.com', + password => $listpassword, + description => 'List of the German OpenStack Internationalization team.', + webserver => $listdomain, + mailserver => $listdomain, + } + maillist { 'openstack-ir': ensure => present, admin => 'Roozbeh.Shafiee@Gmail.Com',