mailing list for the tax affairs board committee

private discussions around the openstack foundation board
tax topics and issues.

Change-Id: I01aee5e42c7f4b31237ed774d4bd8217ab4ca9c2
This commit is contained in:
Sean Roberts 2014-07-14 12:22:19 -07:00
parent 29a6f93402
commit 624849668a

View File

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