From a6d9a5e4d4a533ed808e990e1a2ed4665e1da610 Mon Sep 17 00:00:00 2001 From: David Moreau Simard Date: Tue, 12 Mar 2019 16:54:41 -0400 Subject: [PATCH] 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 --- manifests/status_backups.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/status_backups.pp b/manifests/status_backups.pp index f6989ca..4437d31 100644 --- a/manifests/status_backups.pp +++ b/manifests/status_backups.pp @@ -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 {