diff options
author | Gael Chamoulaud <gchamoul@redhat.com> | 2015-09-29 12:49:25 +0200 |
---|---|---|
committer | Gael Chamoulaud <gchamoul@redhat.com> | 2015-09-29 12:51:34 +0200 |
commit | 493c3375592f8ef571de13d5e1725b2fa569871e (patch) | |
tree | 02cc934d127874ae6b8c3b62d6697954498ca808 /manifests | |
parent | 7ca1bbf046abfd0cc5897fba49683c62e2c33dbe (diff) |
Fix manila conditional statement
- s/manila/$manila
Change-Id: I7aaa8f83fe758484ab39af28c914fa3d78464633
Signed-off-by: Gael Chamoulaud <gchamoul@redhat.com>
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/loadbalancer.pp | 2 |
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, |