Merge "Mailing list for Product Managers WG"

This commit is contained in:
Jenkins 2014-07-14 21:21:37 +00:00 committed by Gerrit Code Review
commit b20cd11ddc

View File

@ -196,4 +196,12 @@ class openstack_project::lists(
mailserver => $listdomain,
}
maillist { 'product-wg':
ensure => present,
admin => 'stefano@openstack.org',
password => $listpassword,
description => 'Collaboration workspace for OpenStack-related Product Managers working group.',
webserver => $listdomain,
mailserver => $listdomain,
}
}