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

Change-Id: Ie333b815084cd9a4322bc88fd4c8a86231c71bee
This commit is contained in:
Ell Marquez 2018-05-31 13:29:19 -05:00
parent 35655d20d0
commit bce37dbd0d
1 changed files with 8 additions and 0 deletions

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,