Use $tenant_name instead of tenant_name in condition

This is probably why we are ending up with extra crons for the http
vhosts.

Change-Id: Ia3b261de051772ab765b3d7bc4b77a2a14e84397
This commit is contained in:
David Moreau Simard 2019-03-12 16:54:41 -04:00
parent 375befe790
commit a6d9a5e4d4
No known key found for this signature in database
GPG Key ID: CBEB466764A9E621
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ define zuul::status_backups (
$tenant_name,
$ssl,
) {
if tenant_name and tenant_name != '' {
if $tenant_name and $tenant_name != '' {
if $ssl {
$status = "https://${name}/api/status"
} else {