Merge "Adding mail list for OpenStack Mentoring; amending for list placement."

This commit is contained in:
Zuul 2018-06-05 22:34:43 +00:00 committed by Gerrit Code Review
commit 65721bfbc6

View File

@ -492,6 +492,14 @@ class openstack_project::lists(
description => 'Organizing efforts around the edge-computing focus area.',
}
mailman_list { 'openstack-mentoring@openstack':
require => Mailman::Site['openstack'],
ensure => present,
admin => 'amy@demarco.com',
password => $listpassword,
description => 'List to coordinate interactions between mentors and mentees of the OpenStack mentoring program. Also for questions about the mentoring program (i.e. how to get involved, how it works, etc.',
}
mailman_list { 'mailman@zuul':
require => Mailman::Site['zuul'],
ensure => present,