Adding the DefCore committee list

Change-Id: I8f121424096c3a1eb58baf552a9755f072398997
This commit is contained in:
Joshua McKenty 2013-11-20 14:47:09 -08:00
parent 99a6cee9c7
commit a212e348f4

View File

@ -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,
}
}