From f527cf3a39a050f0829eedff0d9e3f12e6e279d7 Mon Sep 17 00:00:00 2001 From: Stefano Maffulli Date: Tue, 24 Mar 2015 17:19:04 -0700 Subject: [PATCH] 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 --- modules/openstack_project/manifests/lists.pp | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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,