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:
Jeremy Stanley 2017-11-13 20:37:21 +00:00
parent 81b02e07a4
commit f26f0a7352
1 changed files with 9 additions and 0 deletions

View File

@ -406,4 +406,13 @@ class openstack_project::lists(
webserver => $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,
}
}