9ed2be3098
The goal is to re-orient the documentation as an introduction for new contributors and a reference for all contributors. Change-Id: I8702a5ace908c7618a6451bbfef7fc79b07429ff Reviewed-on: https://review.openstack.org/30515 Reviewed-by: Elizabeth Krumbach Joseph <lyz@princessleia.com> Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Approved: Monty Taylor <mordred@inaugust.com> Reviewed-by: Monty Taylor <mordred@inaugust.com> Tested-by: Jenkins
1.0 KiB
1.0 KiB
- title
-
Mailing Lists
Mailing Lists
Mailman is installed on lists.openstack.org to run OpenStack related mailing lists, as well as host list archives.
At a Glance
- Hosts
- Puppet
-
modules/mailman
modules/openstack_project/manifests/lists.pp
- Projects
- Bugs
- Resources
Adding a List
A list may be added by adding it to the
openstack-infra/config
repository in
modules/openstack_project/manifests/lists.pp
. For
example:
{ 'openstack-foo':
maillist ensure => present,
=> 'admin@example.com',
admin => $listpassword,
password => 'Discussion of OpenStack Foo',
description => $listdomain,
webserver => $listdomain,
mailserver }