Issue #2203 has been reported by jamtur01.
----------------------------------------
Bug #2203: Puppetqd/stomp feature fails
http://projects.reductivelabs.com/issues/2203
Author: jamtur01
Status: Accepted
Priority: Normal
Assigned to: luke
Category: plumbing
Target version: 0.25.0
Complexity: Unknown
Affected version: 0.24.7
Keywords:
I've installed the stomp gem:
<pre>
# gem install stomp
</pre>
Then when I run puppetqd:
<pre>
# puppetqd
/usr/lib/ruby/site_ruby/1.8/puppet/application/puppetqd.rb:63:in `run_setup':
Could not load the 'stomp' library, which must be present for queueing to work.
You must install the required library. (ArgumentError)
from /usr/lib/ruby/site_ruby/1.8/puppet/application.rb:216:in `run'
from /usr/bin/puppetqd:53
</pre>
When I run irb - same issue:
<pre>
# irb
irb(main):001:0> require 'stomp'
LoadError: no such file to load -- stomp
from (irb):1:in `require'
from (irb):1
irb(main):002:0>
</pre>
--
You have received this notification because you have either subscribed to it,
or are involved in it.
To change your notification preferences, please click here:
http://reductivelabs.com/redmine/my/account
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Puppet Bugs" 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-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---