Add a mailing list for the elections committee

Fixes-bug: 1238012
Change-Id: I92ebb2fdda63968e49a448e2b8d0b09ff2a9cf4c
This commit is contained in:
Monty Taylor 2013-10-10 10:12:06 -04:00
parent 2eda063687
commit 60b37f4858

View File

@ -101,4 +101,13 @@ class openstack_project::lists(
webserver => $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,
}
}