Mailing list for Product Managers WG

Creating a workspace for product managers of various
member companies developing products based on OpenStack.
This group generates from discussions around closing the
gap between users of OpenStack and developers.

Change-Id: I21bd64cb410b84bec51bd586dc8d3945e81defb1
This commit is contained in:
Stefano Maffulli 2014-07-07 11:33:06 -07:00
parent 9a15781d5e
commit 29a6f93402

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,
}
}