Issue #3508 has been updated by James Turnbull. Target version deleted (0.25.6)
---------------------------------------- Bug #3508: rarely warnings about Object#type https://projects.puppetlabs.com/issues/3508 Author: Peter Meier Status: Accepted Priority: Normal Assignee: Category: Target version: Affected Puppet version: 0.25.5rc1 Keywords: Branch: Since upgrading to 0.25.5rc1 I get very rarely and only from time to time the following message while running puppet as cron. <pre> /usr/lib/ruby/site_ruby/1.8/puppet/resource.rb:135: warning: Object#type is deprecated; use Object#class /usr/lib/ruby/site_ruby/1.8/puppet/resource.rb:135: warning: Object#type is deprecated; use Object#class </pre> This happens only on hosts which have been updated to 0.25.5rc1 and they occur very rarely and I couldn't yet reproduce it. Rarely means that I have maybe one host complaining once in 2-4 days. However I thought that I might want to report it, as it looks like a wrong instance is passed in there at this part of the code. Ruby is 1.8.6 backported to RHEL 5 from Fedora. -- 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.
