syntax error extra comma in rabbitmq.pp
bundle rake syntax Could not parse for environment *root*: Syntax error at ')'; expected '}' Change-Id: Idfb254df068b3d7342a6ea3c71dabd1316a61bdf
This commit is contained in:
parent
bd89e21fe8
commit
33e0fe959d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user