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