Merge "Add mailing list for OpenInfra Labs"
This commit is contained in:
commit
e00dd724c6
@ -507,4 +507,12 @@ class openstack_project::lists(
|
|||||||
password => $listpassword,
|
password => $listpassword,
|
||||||
description => 'Announcement list for OpenDev services.',
|
description => 'Announcement list for OpenDev services.',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
mailman_list { 'openinfralabs@opendev':
|
||||||
|
require => Mailman::Site['opendev'],
|
||||||
|
ensure => present,
|
||||||
|
admin => 'mnaser@vexxhost.com',
|
||||||
|
password => $listpassword,
|
||||||
|
description => 'Discussion of the OpenInfra Labs academic and research resource sharing effort',
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user