Issue #6859 has been updated by Daniel Pittman.

Assignee deleted (Matt Robinson)


----------------------------------------
Bug #6859: puppet cert -l -a fails on cert.rb wrong # of arguments:
https://projects.puppetlabs.com/issues/6859#change-59177

Author: Scott Day
Status: Rejected
Priority: Normal
Assignee: 
Category: plumbing
Target version: 
Affected Puppet version: 2.6.7
Keywords: ruby19
Branch: 


When running puppet cert -l -a the following:

    # puppet cert -l -a
    /usr/local/lib/ruby/site_ruby/1.9.1/puppet/util/log/destinations.rb:99: 
warning: class variable access from toplevel
    /usr/local/lib/ruby/site_ruby/1.9.1/puppet/application/cert.rb:42:in `block 
(2 levels) in <class:Cert>': wrong number of arguments (1 for 0) (ArgumentError)
    from /usr/local/lib/ruby/site_ruby/1.9.1/puppet/application.rb:346:in 
`block (2 levels) in parse_options'    

Changed in cert.rb line 41 from:
    #{method.to_s[0,1]}")
to:
    #{method.to_s[1,2]}")    




-- 
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 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.

Reply via email to