From 493c3375592f8ef571de13d5e1725b2fa569871e Mon Sep 17 00:00:00 2001 From: Gael Chamoulaud Date: Tue, 29 Sep 2015 12:49:25 +0200 Subject: Fix manila conditional statement - s/manila/$manila Change-Id: I7aaa8f83fe758484ab39af28c914fa3d78464633 Signed-off-by: Gael Chamoulaud --- manifests/loadbalancer.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/loadbalancer.pp b/manifests/loadbalancer.pp index 2bfc83b..ed2a629 100644 --- a/manifests/loadbalancer.pp +++ b/manifests/loadbalancer.pp @@ -723,7 +723,7 @@ class tripleo::loadbalancer ( } } - if manila { + if $manila { haproxy::listen { 'manila': bind => $manila_bind_opts, collect_exported => false, -- cgit 1.2.3-korg