From b78799e848d8b0e3e40d01fe95020564c654cb7f Mon Sep 17 00:00:00 2001 From: Stefano Maffulli Date: Thu, 13 Mar 2014 10:43:42 -0700 Subject: [PATCH] Added list for Content team Change-Id: If94102c50f178dda2690901751cb9d2a758edc30 --- modules/openstack_project/manifests/lists.pp | 10 ++++++++++ 1 file changed, 10 insertions(+) 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, + } + }