Adding the list for OpenStack discussions in Vietnamese

Change-Id: If7c4fe521bd17ea16e5fa1528c6cff19898f458e
Reviewed-on: https://review.openstack.org/30368
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Reviewed-by: James E. Blair <corvus@inaugust.com>
Approved: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
This commit is contained in:
Stefano Maffulli 2013-05-23 16:22:11 -07:00 committed by Jenkins
parent 4c64649b9a
commit e740fb50d9

View File

@ -37,4 +37,12 @@ class openstack_project::lists(
mailserver => $listdomain,
}
maillist { 'openstack-vi':
ensure => present,
admin => 'hang.tran@dtt.vn',
password => $listpassword,
description => 'Discussions in Vietnamese - please add Vietnamese translation here',
webserver => $listdomain,
mailserver => $listdomain,
}
}