Merge "Creates 'embargo-notice' list"
This commit is contained in:
commit
984a587582
@ -31,4 +31,13 @@ class openstack_project::kata_lists(
|
|||||||
webserver => $listdomain,
|
webserver => $listdomain,
|
||||||
mailserver => $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,
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user