From ec8b0682fabf4e4ecccb29fc4cc7c9c1bc267b8e Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Mon, 16 Sep 2019 17:13:34 +0000 Subject: [PATCH] Retire elections-committee, openstack-content MLs The elections-committee and openstack-content mailing lists have been defunct for years. They receive no new posts and their moderators have stopped watching them. The stakeholders in the OpenStack Foundation have given the okay to have them closed down so only their archives remain for historical reference. Change-Id: Ie8230265518f4b114a34849b8b1d48b6a3675700 --- modules/openstack_project/manifests/lists.pp | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/modules/openstack_project/manifests/lists.pp b/modules/openstack_project/manifests/lists.pp index d096361813..fafe2ed295 100644 --- a/modules/openstack_project/manifests/lists.pp +++ b/modules/openstack_project/manifests/lists.pp @@ -219,14 +219,6 @@ class openstack_project::lists( description => 'Coordination of activities for Significant Others at Summits', } - mailman_list { 'elections-committee@openstack': - require => Mailman::Site['openstack'], - ensure => present, - admin => 'markmc@redhat.com', - password => $listpassword, - description => 'Discussions of the OpenStack Foundation Elections Committee', - } - mailman_list { 'defcore-committee@openstack': require => Mailman::Site['openstack'], ensure => present, @@ -243,14 +235,6 @@ class openstack_project::lists( description => 'Private discussions between OpenStack Ambassadors', } - mailman_list { 'openstack-content@openstack': - require => Mailman::Site['openstack'], - ensure => present, - admin => 'margie@openstack.org', - password => $listpassword, - description => 'Discussions of the OpenStack Content team', - } - mailman_list { 'superuser@openstack': require => Mailman::Site['openstack'], ensure => present,