Add a mailing list for Win The Enterprise WG
Add a mailing list for the Win The Enterprise Working Group. Change-Id: Ic313d7d4d5389ca911facd8181c08832931aa8b8
This commit is contained in:
parent
89a977a06e
commit
21df984b60
@ -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,
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user