Merge "Create new mailing list for Interop Working Group"

This commit is contained in:
Jenkins 2016-12-07 18:27:30 +00:00 committed by Gerrit Code Review
commit 797c19af23
1 changed files with 8 additions and 0 deletions

View File

@ -231,6 +231,14 @@ class openstack_project::lists(
mailserver => $listdomain,
}
maillist { 'interop-wg':
ensure => present,
admin => 'chris@openstack.org',
password => $listpassword,
description => 'Discussions of the OpenStack Foundation Board Interoperability Working Group',
webserver => $listdomain,
mailserver => $listdomain,
}
maillist { 'ambassadors':
ensure => present,