OpenStack Taiwan User Group mailing list

Change-Id: I5901d3cf86d66ed78a5a8d4d5eed6ffebb6b9df1
This commit is contained in:
macjack 2015-02-25 07:53:26 +08:00 committed by macJack
parent 340efe0d91
commit 3370b6ad9c

View File

@ -117,6 +117,15 @@ class openstack_project::lists(
mailserver => $listdomain,
}
maillist { 'openstack-tw':
ensure => present,
admin => 'macjacktw@hotmail.com',
password => $listpassword,
description => 'OpenStack Taiwan User Group 臺灣使用者郵件群組)',
webserver => $listdomain,
mailserver => $listdomain,
}
maillist { 'openstack-ko':
ensure => present,
admin => 'ianyrchoi@gmail.com',