Added list for Content team
Change-Id: If94102c50f178dda2690901751cb9d2a758edc30
This commit is contained in:
parent
6894c3ffaa
commit
b78799e848
@ -147,4 +147,14 @@ class openstack_project::lists(
|
|||||||
webserver => $listdomain,
|
webserver => $listdomain,
|
||||||
mailserver => $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,
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user