From 21df984b60b35507f1b747e60bb1fc5ae5aaee55 Mon Sep 17 00:00:00 2001 From: Tom Fifield Date: Mon, 9 Jun 2014 19:59:35 +0800 Subject: [PATCH] Add a mailing list for Win The Enterprise WG Add a mailing list for the Win The Enterprise Working Group. Change-Id: Ic313d7d4d5389ca911facd8181c08832931aa8b8 --- modules/openstack_project/manifests/lists.pp | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/modules/openstack_project/manifests/lists.pp b/modules/openstack_project/manifests/lists.pp index 9b1024a930..e198c75fbd 100644 --- a/modules/openstack_project/manifests/lists.pp +++ b/modules/openstack_project/manifests/lists.pp @@ -185,4 +185,15 @@ class openstack_project::lists( } maillist { 'openstack-superuser': ensure => absent } + + + maillist { 'enterprise-wg': + ensure => present, + admin => 'carol.l.barrett@intel.com', + password => $listpassword, + description => 'Collaboration workspace for members of the Win The Enterprise Working Group of the User Commitee/Board.', + webserver => $listdomain, + mailserver => $listdomain, + } + }