Adding the list for the Travel Committee

Change-Id: Iea3f7d6899291af5a21f5644774979b8c93d63ed
Reviewed-on: https://review.openstack.org/36545
Reviewed-by: James E. Blair <corvus@inaugust.com>
Reviewed-by: Elizabeth Krumbach Joseph <lyz@princessleia.com>
Approved: Jeremy Stanley <fungi@yuggoth.org>
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Tested-by: Jenkins
This commit is contained in:
Stefano Maffulli 2013-07-10 13:22:57 -07:00 committed by Jenkins
parent 33051edaf1
commit c749a87233

View File

@ -64,4 +64,13 @@ class openstack_project::lists(
mailserver => $listdomain,
}
maillist { 'openstack-travel-committee':
ensure => present,
admin => 'communitymngr@openstack.org',
password => $listpassword,
description => 'Private discussions for the OpenStack Travel Program Committee for Hong Kong Summit 2013.',
webserver => $listdomain,
mailserver => $listdomain,
}
}