Add mailing list for OpenStack Ambassadors
Currently, OpenStack Ambassadors are conducting any private communications using a massive list of CCs. While most communications should happen directly with the community, and on the community mailing list, this new private mailing list will faciliate internal discussions on sensitive topics. Change-Id: I46122c9d688f66e910a47e7b26a73bca4cefc28b
This commit is contained in:
parent
5c24af09ec
commit
42634d4ada
@ -128,4 +128,14 @@ class openstack_project::lists(
|
||||
webserver => $listdomain,
|
||||
mailserver => $listdomain,
|
||||
}
|
||||
|
||||
|
||||
maillist { 'ambassadors':
|
||||
ensure => present,
|
||||
admin => 'tom@openstack.org',
|
||||
password => $listpassword,
|
||||
description => 'Private discussions between OpenStack Ambassadors',
|
||||
webserver => $listdomain,
|
||||
mailserver => $listdomain,
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user