Merge "Add a mailing list for the French i18n local group."

This commit is contained in:
Jenkins 2016-03-03 15:42:19 +00:00 committed by Gerrit Code Review
commit 1b7f729f73

View File

@ -349,4 +349,13 @@ class openstack_project::lists(
webserver => $listdomain, webserver => $listdomain,
mailserver => $listdomain, mailserver => $listdomain,
} }
maillist { 'openstack-i18n-fr':
ensure => present,
admin => 'jftalta@gmail.com',
password => $listpassword,
description => 'List of the OpenStack Internationalization team, french local group.',
webserver => $listdomain,
mailserver => $listdomain,
}
} }