Code Review
/
apex-puppet-tripleo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
7ca1bbf
)
Fix manila conditional statement
author
Gael Chamoulaud
<gchamoul@redhat.com>
Tue, 29 Sep 2015 10:49:25 +0000
(12:49 +0200)
committer
Gael 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
patch
|
blob
|
history
diff --git
a/manifests/loadbalancer.pp
b/manifests/loadbalancer.pp
index
2bfc83b
..
ed2a629
100644
(file)
--- 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,