Redefine $listdomain for kata lists

The $listdomain variable being used by the maillist resource was
undefined in bab6fcad3. Redefine it.

Change-Id: I4a637cc3e5b0a5c893efe463cb179ce71762b4af
This commit is contained in:
Colleen Murphy 2018-09-11 23:54:17 +02:00
parent 5a85385c3c
commit 4a0e77be6a
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 {