Merge "Add mailing list for OpenInfra Labs"

This commit is contained in:
Zuul 2020-01-21 17:20:41 +00:00 committed by Gerrit Code Review
commit e00dd724c6
1 changed files with 8 additions and 0 deletions

View File

@ -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',
}
}