Issue #14519 has been updated by Andrew Parker. Target version deleted (2.0.0)
---------------------------------------- Bug #14519: Facter returns an empty array of Facts on ruby 1.8.5-p231 https://projects.puppetlabs.com/issues/14519#change-94837 * Author: Matthaus Owens * Status: Rejected * Priority: Normal * Assignee: * Category: * Target version: * Keywords: * Branch: * Affected Facter version: ---------------------------------------- Funning facter against ruby 1.8.5-p231 produces empty output. jenkins@ip-10-242-31-223:~/workspace/Facter Master/ruby/ruby-1.8.5/rvm/#rvm$ ruby --version ruby 1.8.5 (2008-06-20 patchlevel 231) [i686-linux] jenkins@ip-10-242-31-223:~/workspace/Facter Master/ruby/ruby-1.8.5/rvm/#rvm$ export RUBYLIB=./lib/:$RUBYLIB jenkins@ip-10-242-31-223:~/workspace/Facter Master/ruby/ruby-1.8.5/rvm/#rvm$ ruby bin/facter jenkins@ip-10-242-31-223:~/workspace/Facter Master/ruby/ruby-1.8.5/rvm/#rvm$ jenkins@ip-10-242-31-223:~/workspace/Facter Master/ruby/ruby-1.8.5/rvm/#rvm$ irb 1.8.5 :001 > require 'facter/application' => true 1.8.5 :002 > Facter::Application.run() ArgumentError: wrong number of arguments (0 for 1) from (irb):2:in `run' from (irb):2 from :0 1.8.5 :003 > Facter::Application.run(ARGV) => [] -- 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://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-bugs. For more options, visit https://groups.google.com/groups/opt_out.
