From 175fa245bd05641d37c72e3607ebfd226b6b5970 Mon Sep 17 00:00:00 2001 From: "Elizabeth K. Joseph" Date: Thu, 4 Dec 2014 09:19:37 -0800 Subject: [PATCH] Remove third-party-requests mailing list Third party account creation is now self-serve. Remove third-party-requests mailing list from the configuration since it will be shut down. Change-Id: I122ea8789c66be0498b75ae48d7ad67121572b34 --- modules/openstack_project/manifests/lists.pp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/modules/openstack_project/manifests/lists.pp b/modules/openstack_project/manifests/lists.pp index 08969f32e7..f6dc41444f 100644 --- a/modules/openstack_project/manifests/lists.pp +++ b/modules/openstack_project/manifests/lists.pp @@ -220,15 +220,6 @@ class openstack_project::lists( mailserver => $listdomain, } - maillist { 'third-party-requests': - ensure => present, - admin => 'anteaya@anteaya.info', - password => $listpassword, - description => 'Third party system account requests.', - webserver => $listdomain, - mailserver => $listdomain, - } - maillist { 'women-of-openstack': ensure => present, admin => 'claire@openstack.org',