Fix example config for connection pools

Signed-off-by: R.I.Pienaar <[email protected]>
---
Local-branch: ticket/master/7496
 website/reference/plugins/connector_stomp.md |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/website/reference/plugins/connector_stomp.md 
b/website/reference/plugins/connector_stomp.md
index 96bec76..ec54220 100644
--- a/website/reference/plugins/connector_stomp.md
+++ b/website/reference/plugins/connector_stomp.md
@@ -42,9 +42,9 @@ plugin.stomp.pool.user1 = me
 plugin.stomp.pool.password1 = secret
 
 plugin.stomp.pool.host2 = stomp2
-plugin.stomp.pool.port1 = 6163
-plugin.stomp.pool.user1 = me
-plugin.stomp.pool.password1 = secret
+plugin.stomp.pool.port2 = 6163
+plugin.stomp.pool.user2 = me
+plugin.stomp.pool.password2 = secret
 {% endhighlight %}
 
 This gives it 2 servers to attempt to connect to, if the first one fails it 
will use the second.  As before usernames and passwords can be set with 
STOMP_USER, STOMP_PASSWORD.
-- 
1.7.1

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-dev?hl=en.

Reply via email to