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, + } }