From 2cfb32652afb844c63a2d98a7e7130f6c2aa0019 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Thu, 8 Nov 2018 16:52:25 +0000 Subject: [PATCH] Retire the openstack-internships mailing list This list is basically unused, and its owners/moderators have asked for it to be shut down. Once this merges (so that Puppet won't recreate it), the list can be removed with the `rmlist` utility (this will still leave the archives available but will remove it from the list index and no longer accept subscriptions/posts). Change-Id: Ieaf35b1e6875b26b6c20da8a9e9c2eedf200eaf8 --- modules/openstack_project/manifests/lists.pp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/modules/openstack_project/manifests/lists.pp b/modules/openstack_project/manifests/lists.pp index 71ad83640e..efd481512a 100644 --- a/modules/openstack_project/manifests/lists.pp +++ b/modules/openstack_project/manifests/lists.pp @@ -326,14 +326,6 @@ class openstack_project::lists( description => 'Women of OpenStack discussion list.', } - mailman_list { 'openstack-internships@openstack': - require => Mailman::Site['openstack'], - ensure => present, - admin => 'stefano@openstack.org', - password => $listpassword, - description => 'List to coordinate mentors and interns of OpenStack programs.', - } - mailman_list { 'foundation-testing-standards@openstack': require => Mailman::Site['openstack'], ensure => present,