Issue #11333 has been updated by Daniel Pittman. Status changed from Needs More Information to In Topic Branch Pending Review Branch set to https://github.com/puppetlabs/puppet/pull/270
Hey, thanks for catching that - it is indeed broken, and has been more or less forever! https://github.com/puppetlabs/puppet/pull/270 is tracking it into the actual codebase. ---------------------------------------- Bug #11333: Incorrect Puppet::Type.ensurable? behaviour https://projects.puppetlabs.com/issues/11333 Author: Ilya Sher Status: In Topic Branch Pending Review Priority: Normal Assignee: Daniel Pittman Category: plumbing Target version: Affected Puppet version: 2.7.6 Keywords: Branch: https://github.com/puppetlabs/puppet/pull/270 `Puppet::Type.ensurable?` incorrectly returns true even when `public_method_defined?(:exists?)` is false because the check never actually happens due to a bug. This fix handles this and simplifies the code. Attaching patch against commit 464a279c7425643188024ba7f98392b9057d6e35 Only tested in an isolated file, so it needs testing (which I currently don't have the time to do.) -- 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.
