From 624849668ae69c362b0c95dfa874902636410ade Mon Sep 17 00:00:00 2001 From: Sean Roberts Date: Mon, 14 Jul 2014 12:22:19 -0700 Subject: [PATCH] mailing list for the tax affairs board committee private discussions around the openstack foundation board tax topics and issues. Change-Id: I01aee5e42c7f4b31237ed774d4bd8217ab4ca9c2 --- 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 b9e5a3108c..f1a73b4de7 100644 --- a/modules/openstack_project/manifests/lists.pp +++ b/modules/openstack_project/manifests/lists.pp @@ -204,4 +204,13 @@ class openstack_project::lists( webserver => $listdomain, mailserver => $listdomain, } + + maillist { 'tax-affairs': + ensure => present, + admin => 'seanroberts66@gmail.com', + password => $listpassword, + description => 'board committee focused on tax issues.', + webserver => $listdomain, + mailserver => $listdomain, + } }