Skip to content

Commit

Permalink
Merge pull request #324 from mgosalia/fix-typo
Browse files Browse the repository at this point in the history
Fix the missing comma in rabbitmq config
  • Loading branch information
JJ Asghar committed Nov 24, 2015
2 parents a23bffa + 06941e1 commit b5e18d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/default/rabbitmq.config.erb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
{nodelay,<%= node['rabbitmq']['tcp_listen_nodelay'] %>},
{exit_on_close,<%= node['rabbitmq']['tcp_listen_exit_on_close'] %>},
{keepalive,<%= node['rabbitmq']['tcp_listen_keepalive'] %>},
{linger, {<%= node['rabbitmq']['tcp_listen_linger'] %>,<%= node['rabbitmq']['tcp_listen_linger_timeout'] %>}}]}
{linger, {<%= node['rabbitmq']['tcp_listen_linger'] %>,<%= node['rabbitmq']['tcp_listen_linger_timeout'] %>}}]},
<% else -%>
{tcp_listeners, []},
<% end %>
Expand Down

0 comments on commit b5e18d0

Please sign in to comment.