aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGael Chamoulaud <gchamoul@redhat.com>2015-09-29 12:49:25 +0200
committerGael Chamoulaud <gchamoul@redhat.com>2015-09-29 12:51:34 +0200
commit493c3375592f8ef571de13d5e1725b2fa569871e (patch)
tree02cc934d127874ae6b8c3b62d6697954498ca808
parent7ca1bbf046abfd0cc5897fba49683c62e2c33dbe (diff)
Fix manila conditional statement
- s/manila/$manila Change-Id: I7aaa8f83fe758484ab39af28c914fa3d78464633 Signed-off-by: Gael Chamoulaud <gchamoul@redhat.com>
-rw-r--r--manifests/loadbalancer.pp2
1 files changed, 1 insertions, 1 deletions
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,