From f26f0a73522bbb13ad01d21a9ef5ccf87234e4c2 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Mon, 13 Nov 2017 20:37:21 +0000 Subject: [PATCH] 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 --- modules/openstack_project/manifests/lists.pp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/modules/openstack_project/manifests/lists.pp b/modules/openstack_project/manifests/lists.pp index 47fffac23a..68648474cd 100644 --- a/modules/openstack_project/manifests/lists.pp +++ b/modules/openstack_project/manifests/lists.pp @@ -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, + } }