Merge "Added list for Track Chairs Committee for Summit Nov 2013"

This commit is contained in:
Jenkins 2013-08-27 22:32:16 +00:00 committed by Gerrit Code Review
commit 4fd3345f17

View File

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