Merge "Create the OpenStack discussion mailing list"

This commit is contained in:
Zuul 2018-09-19 17:53:52 +00:00 committed by Gerrit Code Review
commit 39aea4facd
1 changed files with 8 additions and 0 deletions

View File

@ -478,4 +478,12 @@ class openstack_project::lists(
password => $listpassword,
description => 'Discussion of StarlingX usage and development.',
}
mailman_list { 'openstack-discuss@openstack':
require => Mailman::Site['openstack'],
ensure => present,
admin => 'fungi@yuggoth.org',
password => $listpassword,
description => 'Discussion of OpenStack usage and development.',
}
}