From 60b37f485831cc58976d851f74fb8949a98055a8 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Thu, 10 Oct 2013 10:12:06 -0400 Subject: [PATCH] Add a mailing list for the elections committee Fixes-bug: 1238012 Change-Id: I92ebb2fdda63968e49a448e2b8d0b09ff2a9cf4c --- modules/openstack_project/manifests/lists.pp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/modules/openstack_project/manifests/lists.pp b/modules/openstack_project/manifests/lists.pp index 4a41627f50..2651f14c63 100644 --- a/modules/openstack_project/manifests/lists.pp +++ b/modules/openstack_project/manifests/lists.pp @@ -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, + } }