Merge "Creates 'embargo-notice' list"

This commit is contained in:
Zuul 2018-09-27 21:54:01 +00:00 committed by Gerrit Code Review
commit 984a587582
1 changed files with 9 additions and 0 deletions

View File

@ -31,4 +31,13 @@ class openstack_project::kata_lists(
webserver => $listdomain,
mailserver => $listdomain,
}
maillist { 'embargo-notice':
ensure => present,
admin => 'jonathan@openstack.org',
password => $listpassword,
description => 'Announcements of embargoed notices for the Kata Containers project',
webserver => $listdomain,
mailserver => $listdomain,
}
}