Merge "Private embargoed vulnerability announcement list"

This commit is contained in:
Jenkins 2016-06-15 14:03:19 +00:00 committed by Gerrit Code Review
commit 99b0711671

View File

@ -367,4 +367,12 @@ class openstack_project::lists(
webserver => $listdomain,
mailserver => $listdomain,
}
maillist { 'embargo-notice':
ensure => present,
admin => 'jeremy@openstack.org',
password => $listpassword,
description => 'Announcements to stakeholders for embargoed security vulnerabilities.',
webserver => $listdomain,
mailserver => $listdomain,
}
}