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, - } - }