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,