[Pkg-puppet-devel] Patch for stomp errors

Digant Kasundra diggyk at gmail.com
Tue Sep 27 18:03:45 UTC 2011


Hello,

The puppet 2.7 in squeeze-backports has a bug that Puppet Labs introduced so
that it works with the latest and greatest lib-stomp.  But that version of
lib-stomp isn't in squeeze so the change actually makes stomp of asychronous
store configs stop working.  Here is the patch:

--- stomp.rb.orig       2011-08-22 17:30:16.000000000 -0700
+++ stomp.rb    2011-08-22 17:13:07.000000000 -0700
@@ -29,7 +29,7 @@
end
def publish_message(target, msg)
-    stomp_client.publish(stompify_target(target), msg, :persistent => true)

+    stomp_client.send(stompify_target(target), msg, :persistent => true)
end
def subscribe(target)



-- 
Digant Chimanlal "DC" Kasundra
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-puppet-devel/attachments/20110927/ae387c1f/attachment.html>


More information about the Pkg-puppet-devel mailing list