diff --git a/modules/openstack_project/manifests/lists.pp b/modules/openstack_project/manifests/lists.pp index b07e639764..0df8d2b342 100644 --- a/modules/openstack_project/manifests/lists.pp +++ b/modules/openstack_project/manifests/lists.pp @@ -147,4 +147,14 @@ class openstack_project::lists( webserver => $listdomain, mailserver => $listdomain, } + + maillist { 'openstack-content': + ensure => present, + admin => 'margie@openstack.org', + password => $listpassword, + description => 'Discussions of the OpenStack Content team', + webserver => $listdomain, + mailserver => $listdomain, + } + }