Added list for Content team

Change-Id: If94102c50f178dda2690901751cb9d2a758edc30
This commit is contained in:
Stefano Maffulli 2014-03-13 10:43:42 -07:00
parent 6894c3ffaa
commit b78799e848

View File

@ -147,4 +147,14 @@ class openstack_project::lists(
webserver => $listdomain,
mailserver => $listdomain,
}
maillist { 'openstack-content':
ensure => present,
admin => 'margie@openstack.org',
password => $listpassword,
description => 'Discussions of the OpenStack Content team',
webserver => $listdomain,
mailserver => $listdomain,
}
}