diff --git a/modules/openstack_project/manifests/lists.pp b/modules/openstack_project/manifests/lists.pp index d867c147cf..66263671f9 100644 --- a/modules/openstack_project/manifests/lists.pp +++ b/modules/openstack_project/manifests/lists.pp @@ -298,4 +298,13 @@ class openstack_project::lists( webserver => $listdomain, mailserver => $listdomain, } + + maillist { 'analyst-relations': + ensure => present, + admin => 'lauren@openstack.org', + password => $listpassword, + description => 'Coordination of Analyst Relations Working Group.', + webserver => $listdomain, + mailserver => $listdomain, + } }