Merge "Added a language-specific list: Korean"

This commit is contained in:
Jenkins 2015-01-27 19:37:41 +00:00 committed by Gerrit Code Review
commit 570abf2dce
1 changed files with 9 additions and 0 deletions

View File

@ -111,6 +111,15 @@ class openstack_project::lists(
mailserver => $listdomain,
}
maillist { 'openstack-ko':
ensure => present,
admin => 'ianyrchoi@gmail.com',
password => $listpassword,
description => 'OpenStack Korea Community Discussions in Korean (오픈스택 한국 커뮤니티 메일링리스트)',
webserver => $listdomain,
mailserver => $listdomain,
}
maillist { 'nov-2013-track-chairs':
ensure => present,
admin => 'claire@openstack.org',