From a212e348f42c4a666736e50a6fc1372b633fa261 Mon Sep 17 00:00:00 2001 From: Joshua McKenty Date: Wed, 20 Nov 2013 14:47:09 -0800 Subject: [PATCH] Adding the DefCore committee list Change-Id: I8f121424096c3a1eb58baf552a9755f072398997 --- 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 2651f14c63..a29a859f98 100644 --- a/modules/openstack_project/manifests/lists.pp +++ b/modules/openstack_project/manifests/lists.pp @@ -110,4 +110,13 @@ class openstack_project::lists( webserver => $listdomain, mailserver => $listdomain, } + + maillist { 'defcore-committee': + ensure => present, + admin => 'josh@openstack.org', + password => $listpassword, + description => 'Discussions of the OpenStack Foundation Core Definition Committee', + webserver => $listdomain, + mailserver => $listdomain, + } }