diff --git a/modules/openstack_project/manifests/lists.pp b/modules/openstack_project/manifests/lists.pp index 8dddca359b..76fb15e47e 100644 --- a/modules/openstack_project/manifests/lists.pp +++ b/modules/openstack_project/manifests/lists.pp @@ -84,4 +84,12 @@ class openstack_project::lists( mailserver => $listdomain, } + maillist { 'nov-2013-track-chairs': + ensure => present, + admin => 'claire@openstack.org', + password => $listpassword, + description => 'Coordination of tracks at OpenStack Summit April 2013', + webserver => $listdomain, + mailserver => $listdomain, + } }