Create new mailing list for Interop Working Group
On mandate from board, the DefCore Committee is changing its name to the Interop Working Group. This change creates a new mailing list with the updated name. Once the Interop Working Group mailing list is created, the DefCore mailing list will be shut down and left in place as an archive of previous communication. Change-Id: Iaf750d1887307c2686f20028368fd8eaa3534882
This commit is contained in:
parent
c557228f5f
commit
fad1ec8048
@ -231,6 +231,14 @@ class openstack_project::lists(
|
||||
mailserver => $listdomain,
|
||||
}
|
||||
|
||||
maillist { 'interop-wg':
|
||||
ensure => present,
|
||||
admin => 'chris@openstack.org',
|
||||
password => $listpassword,
|
||||
description => 'Discussions of the OpenStack Foundation Board Interoperability Working Group',
|
||||
webserver => $listdomain,
|
||||
mailserver => $listdomain,
|
||||
}
|
||||
|
||||
maillist { 'ambassadors':
|
||||
ensure => present,
|
||||
|
Loading…
Reference in New Issue
Block a user