Merge "Private embargoed vulnerability announcement list"
This commit is contained in:
commit
99b0711671
@ -367,4 +367,12 @@ class openstack_project::lists(
|
|||||||
webserver => $listdomain,
|
webserver => $listdomain,
|
||||||
mailserver => $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,
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user