Merge "Add opendev service-announce list"

This commit is contained in:
Zuul 2019-06-04 21:55:34 +00:00 committed by Gerrit Code Review
commit 08c713bff0
1 changed files with 8 additions and 0 deletions

View File

@ -499,4 +499,12 @@ class openstack_project::lists(
password => $listpassword,
description => 'Collaborating on Network Based Media Processing related platform and infrastructure systems usage and development.',
}
mailman_list { 'service-announce@opendev':
require => Mailman::Site['opendev'],
ensure => present,
admin => 'cboylan@sapwetik.org',
password => $listpassword,
description => 'Announcement list for OpenDev services.',
}
}