Creates 'embargo-notice' list

Creates the 'embargo-notice' list for Kata
Containers.

Change-Id: Ica6d795999b98819d40fec9529031f96395ecffc
This commit is contained in:
Anne Bertucio 2018-09-25 12:56:51 -07:00
parent 055c35481b
commit 5caca6da6a
1 changed files with 9 additions and 0 deletions

View File

@ -29,4 +29,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,
}
}