Merge "Add edge-computing mailing list"

This commit is contained in:
Zuul
2017-11-17 20:21:24 +00:00
committed by Gerrit Code Review

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,
}
}