patch to create foundation-testing-standards mailing list

working group to set the openstack foundation
testing standards for humans not drivers

Change-Id: I2695f3d9b62c1084ea8894eff9aaf67271da68cc
This commit is contained in:
Sean Roberts 2015-02-27 12:43:17 -08:00 committed by Anita Kuno
parent 7b761f4148
commit 124a5229aa

View File

@ -271,4 +271,13 @@ class openstack_project::lists(
mailserver => $listdomain,
}
maillist { 'foundation-testing-standards':
ensure => present,
admin => 'seanroberts66@gmail.com',
password => $listpassword,
description => 'OpenStack Foundation test standards (for humans, not
drivers) working group list.',
webserver => $listdomain,
mailserver => $listdomain,
}
}