diff --git a/modules/openstack_project/manifests/lists.pp b/modules/openstack_project/manifests/lists.pp index a17c78dd9e..d867c147cf 100644 --- a/modules/openstack_project/manifests/lists.pp +++ b/modules/openstack_project/manifests/lists.pp @@ -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,