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
This commit is contained in:
Stefano Maffulli 2015-04-15 09:41:51 -07:00
parent 9320fbb7f2
commit 0545e57f3f

View File

@ -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,
}
}