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

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