diff --git a/modules/openstack_project/manifests/lists.pp b/modules/openstack_project/manifests/lists.pp index 2651f14c63..a29a859f98 100644 --- a/modules/openstack_project/manifests/lists.pp +++ b/modules/openstack_project/manifests/lists.pp @@ -110,4 +110,13 @@ class openstack_project::lists( webserver => $listdomain, mailserver => $listdomain, } + + maillist { 'defcore-committee': + ensure => present, + admin => 'josh@openstack.org', + password => $listpassword, + description => 'Discussions of the OpenStack Foundation Core Definition Committee', + webserver => $listdomain, + mailserver => $listdomain, + } }