From a35d8b60cf5f5fbdd784ca4d33b5ad0d0ef51176 Mon Sep 17 00:00:00 2001 From: Anita Kuno Date: Tue, 2 Sep 2014 20:33:42 -0400 Subject: [PATCH] Removes mailing list third-party-request Using the word -request in a mailing list name is a bad idea. The mail server uses -request internally as a reserved word. This patch removes the definition for the list with the name third-party-request. Change-Id: Id549f982c74407e3ea57ba5bfe1bf950774f14e3 --- 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 fd646032f4..52982d156a 100644 --- a/modules/openstack_project/manifests/lists.pp +++ b/modules/openstack_project/manifests/lists.pp @@ -223,13 +223,4 @@ class openstack_project::lists( mailserver => $listdomain, } - maillist { 'third-party-request': - ensure => present, - admin => 'anteaya@anteaya.info', - password => $listpassword, - description => 'Third party system account requests.', - webserver => $listdomain, - mailserver => $listdomain, - } - }