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:
bd89e21
)
syntax error extra comma in rabbitmq.pp
author
Jon Schlueter
<jschluet@redhat.com>
Fri, 7 Apr 2017 11:29:09 +0000
(07:29 -0400)
committer
Jon Schlueter
<jschluet@redhat.com>
Fri, 7 Apr 2017 11:32:39 +0000
(07:32 -0400)
bundle rake syntax
Could not parse for environment *root*: Syntax error at ')'; expected '}'
Change-Id: Idfb254df068b3d7342a6ea3c71dabd1316a61bdf
manifests/profile/base/rabbitmq.pp
patch
|
blob
|
history
diff --git
a/manifests/profile/base/rabbitmq.pp
b/manifests/profile/base/rabbitmq.pp
index
9d1417c
..
8551f19
100644
(file)
--- a/
manifests/profile/base/rabbitmq.pp
+++ b/
manifests/profile/base/rabbitmq.pp
@@
-110,7
+110,7
@@
class tripleo::profile::base::rabbitmq (
if $inet_dist_interface {
$real_kernel_variables = merge(
$kernel_variables,
- { 'inet_dist_use_interface' => ip_to_erl_format($inet_dist_interface) }
,
+ { 'inet_dist_use_interface' => ip_to_erl_format($inet_dist_interface) }
)
} else {
$real_kernel_variables = $kernel_variables