Fix manila conditional statement
authorGael Chamoulaud <gchamoul@redhat.com>
Tue, 29 Sep 2015 10:49:25 +0000 (12:49 +0200)
committerGael Chamoulaud <gchamoul@redhat.com>
Tue, 29 Sep 2015 10:51:34 +0000 (12:51 +0200)
- s/manila/$manila

Change-Id: I7aaa8f83fe758484ab39af28c914fa3d78464633
Signed-off-by: Gael Chamoulaud <gchamoul@redhat.com>
manifests/loadbalancer.pp

index 2bfc83b..ed2a629 100644 (file)
@@ -723,7 +723,7 @@ class tripleo::loadbalancer (
     }
   }
 
-  if manila {
+  if $manila {
     haproxy::listen { 'manila':
       bind             => $manila_bind_opts,
       collect_exported => false,