aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile/base/rabbitmq.pp
diff options
context:
space:
mode:
authorJon Schlueter <jschluet@redhat.com>2017-04-07 07:29:09 -0400
committerJon Schlueter <jschluet@redhat.com>2017-04-07 07:32:39 -0400
commit33e0fe959d849acdab4b084ffd31d242c58ff6b6 (patch)
treee8617ffcf188e3f44e92284ed86814c57afce6f8 /manifests/profile/base/rabbitmq.pp
parentbd89e21fe86d81b91ca4e963e8f47bcb7b92a208 (diff)
syntax error extra comma in rabbitmq.pp
bundle rake syntax Could not parse for environment *root*: Syntax error at ')'; expected '}' Change-Id: Idfb254df068b3d7342a6ea3c71dabd1316a61bdf
Diffstat (limited to 'manifests/profile/base/rabbitmq.pp')
-rw-r--r--manifests/profile/base/rabbitmq.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/profile/base/rabbitmq.pp b/manifests/profile/base/rabbitmq.pp
index 9d1417c..8551f19 100644
--- 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