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, + } + }