Merge "Redefine $listdomain for kata lists"

This commit is contained in:
Zuul 2018-09-27 19:23:56 +00:00 committed by Gerrit Code Review
commit 8338ee4a58
1 changed files with 3 additions and 1 deletions

View File

@ -4,8 +4,10 @@ class openstack_project::kata_lists(
$listpassword = ''
) {
$listdomain = 'lists.katacontainers.io'
class { 'mailman':
vhost_name => 'lists.katacontainers.io'
vhost_name => $listdomain,
}
Maillist {