Merge "mailing list for the tax affairs board committee"

This commit is contained in:
Jenkins 2014-07-15 13:28:10 +00:00 committed by Gerrit Code Review
commit fb079d0c6d

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