syntax error extra comma in rabbitmq.pp
authorJon Schlueter <jschluet@redhat.com>
Fri, 7 Apr 2017 11:29:09 +0000 (07:29 -0400)
committerAlex Schultz <aschultz@redhat.com>
Fri, 7 Apr 2017 19:02:48 +0000 (19:02 +0000)
bundle rake syntax

Could not parse for environment *root*: Syntax error at ')'; expected '}'

Change-Id: Idfb254df068b3d7342a6ea3c71dabd1316a61bdf
(cherry picked from commit 33e0fe959d849acdab4b084ffd31d242c58ff6b6)

manifests/profile/base/rabbitmq.pp

index 71d08f0..8f993c1 100644 (file)
@@ -84,7 +84,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