Issue #2203 has been updated by Luke Kanies. Status changed from Accepted to Rejected
This works fine for me. If irb can't find the gem, it's a problem with your gems or ruby, not with Puppet or the feature. ---------------------------------------- Bug #2203: Puppetqd/stomp feature fails http://projects.reductivelabs.com/issues/2203 Author: James Turnbull Status: Rejected Priority: Normal Assigned to: Luke Kanies 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 -~----------~----~----~----~------~----~------~--~---
