diff options
author | Jon Schlueter <jschluet@redhat.com> | 2017-04-07 07:29:09 -0400 |
---|---|---|
committer | Alex Schultz <aschultz@redhat.com> | 2017-04-07 19:02:48 +0000 |
commit | c29080168db2ad544c9ae78ed3879660dc57f85c (patch) | |
tree | e0e755f0aa1cc277a2481321ca32ea74afbd8f1c /manifests/profile | |
parent | 60f3eeba659b8c8a96e648172a37f079575646f6 (diff) |
syntax error extra comma in rabbitmq.pp
bundle rake syntax
Could not parse for environment *root*: Syntax error at ')'; expected '}'
Change-Id: Idfb254df068b3d7342a6ea3c71dabd1316a61bdf
(cherry picked from commit 33e0fe959d849acdab4b084ffd31d242c58ff6b6)
Diffstat (limited to 'manifests/profile')
-rw-r--r-- | manifests/profile/base/rabbitmq.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/profile/base/rabbitmq.pp b/manifests/profile/base/rabbitmq.pp index 71d08f0..8f993c1 100644 --- a/manifests/profile/base/rabbitmq.pp +++ b/manifests/profile/base/rabbitmq.pp @@ -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 |