Merge "Adding list for OpenStack Superuser magazine's team"

This commit is contained in:
Jenkins 2014-05-05 20:00:21 +00:00 committed by Gerrit Code Review
commit bf22fdc8d5

@ -166,4 +166,13 @@ class openstack_project::lists(
mailserver => $listdomain,
}
maillist { 'openstack-superuser':
ensure => present,
admin => 'lauren@openstack.org',
password => $listpassword,
description => 'Discussions for Superuser editorial advisors to collaborate, and for readers to be able to contact the editorial team to make suggestions, provide feedback',
webserver => $listdomain,
mailserver => $listdomain,
}
}