Add edge-computing mailing list
This new mailing list, for discussions related to the edge-computing focus area, has been requested by Claire Massey on behalf of the OpenStack Foundation. Change-Id: Ifdbe5761697a75c17fb38c8a103c426b2afdd7fd
This commit is contained in:
parent
81b02e07a4
commit
f26f0a7352
@ -406,4 +406,13 @@ class openstack_project::lists(
|
|||||||
webserver => $listdomain,
|
webserver => $listdomain,
|
||||||
mailserver => $listdomain,
|
mailserver => $listdomain,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
maillist { 'edge-computing':
|
||||||
|
ensure => present,
|
||||||
|
admin => 'claire@openstack.org',
|
||||||
|
password => $listpassword,
|
||||||
|
description => 'Organizing efforts around the edge-computing focus area.',
|
||||||
|
webserver => $listdomain,
|
||||||
|
mailserver => $listdomain,
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user