Add missing spaces for rabbitmqcl call

There are 4 parameters, add missing spaces to the command.

Change-Id: Ibfa8a9578fef268e23bfc6f09a807e5e6f59b1ea
Closes-Bug: #1403785
This commit is contained in:
Andreas Jaeger 2014-12-18 12:29:35 +01:00
parent 786544f097
commit 7f42fd5cbe
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@
node that communicates with the message queue set up user
accounts and privileges:</para>
<screen><prompt>#</prompt> <userinput>rabbitmqctl add_user compute01 <replaceable>RABBIT_PASS</replaceable></userinput>
<prompt>#</prompt> <userinput>rabbitmqctl set_permissions compute01 ".*"".*"".*"</userinput></screen>
<prompt>#</prompt> <userinput>rabbitmqctl set_permissions compute01 ".*" ".*" ".*"</userinput></screen>
<para>Replace <replaceable>RABBIT_PASS</replaceable> with a suitable password.</para>
<para>For additional configuration information see:</para>
<itemizedlist><listitem>