Add a mailing list for the elections committee
Fixes-bug: 1238012 Change-Id: I92ebb2fdda63968e49a448e2b8d0b09ff2a9cf4c
This commit is contained in:
parent
2eda063687
commit
60b37f4858
@ -101,4 +101,13 @@ class openstack_project::lists(
|
|||||||
webserver => $listdomain,
|
webserver => $listdomain,
|
||||||
mailserver => $listdomain,
|
mailserver => $listdomain,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
maillist { 'elections-committee':
|
||||||
|
ensure => present,
|
||||||
|
admin => 'markmc@redhat.com',
|
||||||
|
password => $listpassword,
|
||||||
|
description => 'Discussions of the OpenStack Foundation Elections Committee',
|
||||||
|
webserver => $listdomain,
|
||||||
|
mailserver => $listdomain,
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user