diff --git a/modules/openstack_project/manifests/lists.pp b/modules/openstack_project/manifests/lists.pp index 1056e32980..81fe239919 100644 --- a/modules/openstack_project/manifests/lists.pp +++ b/modules/openstack_project/manifests/lists.pp @@ -166,4 +166,13 @@ class openstack_project::lists( mailserver => $listdomain, } + maillist { 'openstack-superuser': + ensure => present, + admin => 'lauren@openstack.org', + password => $listpassword, + description => 'Discussions for Superuser editorial advisors to collaborate, and for readers to be able to contact the editorial team to make suggestions, provide feedback', + webserver => $listdomain, + mailserver => $listdomain, + } + }