From 0545e57f3f24bb622727a770bd0dc9d70731416c Mon Sep 17 00:00:00 2001 From: Stefano Maffulli Date: Wed, 15 Apr 2015 09:41:51 -0700 Subject: [PATCH] mailing list for Analyst Relations Working Group Requested by the Foundation, it's an invite-only mailing list with private archives, to discuss and coordinate about analyst relations. The light privacy is required because topics are discussed under embargo. Change-Id: Ie8b2b268c7067b8919896cf12e36c9a0e10f1de1 --- modules/openstack_project/manifests/lists.pp | 9 +++++++++ 1 file changed, 9 insertions(+) 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, + } }