diff --git a/modules/openstack_project/manifests/lists.pp b/modules/openstack_project/manifests/lists.pp index 4a41627f50..2651f14c63 100644 --- a/modules/openstack_project/manifests/lists.pp +++ b/modules/openstack_project/manifests/lists.pp @@ -101,4 +101,13 @@ class openstack_project::lists( webserver => $listdomain, mailserver => $listdomain, } + + maillist { 'elections-committee': + ensure => present, + admin => 'markmc@redhat.com', + password => $listpassword, + description => 'Discussions of the OpenStack Foundation Elections Committee', + webserver => $listdomain, + mailserver => $listdomain, + } }