Merge "mailing list for Analyst Relations Working Group"

This commit is contained in:
Jenkins 2015-04-20 22:52:49 +00:00 committed by Gerrit Code Review
commit 2f2c5adf42

View File

@ -298,4 +298,13 @@ class openstack_project::lists(
webserver => $listdomain,
mailserver => $listdomain,
}
maillist { 'analyst-relations':
ensure => present,
admin => 'lauren@openstack.org',
password => $listpassword,
description => 'Coordination of Analyst Relations Working Group.',
webserver => $listdomain,
mailserver => $listdomain,
}
}