From 5e296b2355f0da3ec46e756083e99157dd70d1aa Mon Sep 17 00:00:00 2001 From: Stefano Maffulli Date: Sun, 2 Mar 2014 14:44:30 -0800 Subject: [PATCH] Add track chairs mailing list Dedicate to the coordination of track chairs committee. Change-Id: Ic6f1cffd87b9c60aa13303709a0475820f459bdb --- 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 3539993e84..b07e639764 100644 --- a/modules/openstack_project/manifests/lists.pp +++ b/modules/openstack_project/manifests/lists.pp @@ -102,6 +102,15 @@ class openstack_project::lists( mailserver => $listdomain, } + maillist { 'openstack-track-chairs': + ensure => present, + admin => 'claire@openstack.org', + password => $listpassword, + description => 'Coordination of tracks at OpenStack Summits', + webserver => $listdomain, + mailserver => $listdomain, + } + maillist { 'openstack-sos': ensure => present, admin => 'dms@danplanet.com',