diff --git a/modules/openstack_project/manifests/lists.pp b/modules/openstack_project/manifests/lists.pp index 1edb8723fa..13d17dd6f3 100644 --- a/modules/openstack_project/manifests/lists.pp +++ b/modules/openstack_project/manifests/lists.pp @@ -406,4 +406,13 @@ class openstack_project::lists( webserver => $listdomain, mailserver => $listdomain, } + + maillist { 'edge-computing': + ensure => present, + admin => 'claire@openstack.org', + password => $listpassword, + description => 'Organizing efforts around the edge-computing focus area.', + webserver => $listdomain, + mailserver => $listdomain, + } }