Merge "Add opendev service-announce list"
This commit is contained in:
commit
08c713bff0
@ -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.',
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user