Add mailing list for OpenInfra Labs
This creates a new mailing list under OpenDev for discussion around OpenInfra Labs. Change-Id: I6754df15b7cd205fc9a9d6bc1ace5cbcd65faa84
This commit is contained in:
parent
e0c627d8a6
commit
4b90ba9b4f
@ -507,4 +507,12 @@ class openstack_project::lists(
|
||||
password => $listpassword,
|
||||
description => 'Announcement list for OpenDev services.',
|
||||
}
|
||||
|
||||
mailman_list { 'openinfralabs@opendev':
|
||||
require => Mailman::Site['opendev'],
|
||||
ensure => present,
|
||||
admin => 'mnaser@vexxhost.com',
|
||||
password => $listpassword,
|
||||
description => 'Discussion of the OpenInfra Labs academic and research resource sharing effort',
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user