Merge "Add openstack-de mailinglist"

This commit is contained in:
Jenkins 2016-03-03 15:39:39 +00:00 committed by Gerrit Code Review
commit af4a779b05

View File

@ -60,6 +60,15 @@ class openstack_project::lists(
mailserver => $listdomain,
}
maillist { 'openstack-de':
ensure => present,
admin => 'christian@berendt.io',
password => $listpassword,
description => 'List for German-speaking OpenStack users',
webserver => $listdomain,
mailserver => $listdomain,
}
maillist { 'openstack-i18n':
ensure => present,
admin => 'guoyingc@cn.ibm.com',