diff --git a/modules/openstack_project/manifests/lists.pp b/modules/openstack_project/manifests/lists.pp index 873265c113..d9b417d87c 100644 --- a/modules/openstack_project/manifests/lists.pp +++ b/modules/openstack_project/manifests/lists.pp @@ -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, + } }