From 2599ca24cfa0548a50f880e9bae25aeb656953ca Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Tue, 28 Jul 2015 20:07:18 +0000 Subject: [PATCH] Add Certified OpenStack Administrator BoD WG ML By request of Lauren Sell and Heidi Bretz, a mailing list for discussions pertaining to the "Certified OpenStack Administrator" working group of the OpenStack board of directors. Change-Id: I15b37bd80c9c1e0656c877df3cafa77fe7cf5b1b --- 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 b8b5495e9c..5d30ea8dc9 100644 --- a/modules/openstack_project/manifests/lists.pp +++ b/modules/openstack_project/manifests/lists.pp @@ -235,6 +235,15 @@ class openstack_project::lists( mailserver => $listdomain, } + maillist { 'admin-cert-wg': + ensure => present, + admin => 'heidi@openstack.org', + password => $listpassword, + description => 'Collaboration workspace for members of the Certified OpenStack Administrator Working Group of the User Commitee/Board.', + webserver => $listdomain, + mailserver => $listdomain, + } + maillist { 'enterprise-wg': ensure => present, admin => 'carol.l.barrett@intel.com',