Create a list to coordinate internships

OpenStack participates in Outreachy and Google Summer of Code
and potentially other internship programs. This list is a place
for mentors and interns to coordinate.

Change-Id: I2e960e6d33361a1bd73a528d405760d715845df6
This commit is contained in:
Stefano Maffulli 2015-03-24 17:19:04 -07:00
parent c175692329
commit f527cf3a39

View File

@ -280,7 +280,16 @@ class openstack_project::lists(
mailserver => $listdomain,
}
maillist { 'foundation-testing-standards':
maillist { 'openstack-internships':
ensure => present,
admin => 'stefano@openstack.org',
password => $listpassword,
description => 'List to coordinate mentors and interns of OpenStack programs.',
webserver => $listdomain,
mailserver => $listdomain,
}
maillist { 'foundation-testing-standards':
ensure => present,
admin => 'seanroberts66@gmail.com',
password => $listpassword,