From 124a5229aab7b9d45410c31ecd4ba2a2d8191ce3 Mon Sep 17 00:00:00 2001 From: Sean Roberts Date: Fri, 27 Feb 2015 12:43:17 -0800 Subject: [PATCH] patch to create foundation-testing-standards mailing list working group to set the openstack foundation testing standards for humans not drivers Change-Id: I2695f3d9b62c1084ea8894eff9aaf67271da68cc --- modules/openstack_project/manifests/lists.pp | 9 +++++++++ 1 file changed, 9 insertions(+) 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, + } }