Issue #11333 has been updated by Patrick Carlisle.

Status changed from In Topic Branch Pending Review to Merged - Pending Release
Target version set to 2.7.10

Okay, this is in 2.7.x in commit:7da15bfbcfd654a2e5104e838446ce1fabf05e42

    (#11333) Make Puppet::Type.ensurable? false when exists? is undefined
    
    Puppet::Type.ensurable? incorrectly returned true even when
    public_method_defined?(:exists?) was false because the check never
    actually happened. This make sure all the necessary methods are checked
    and adds tests.
----------------------------------------
Bug #11333: Incorrect Puppet::Type.ensurable? behaviour
https://projects.puppetlabs.com/issues/11333

Author: Ilya Sher
Status: Merged - Pending Release
Priority: Normal
Assignee: Daniel Pittman
Category: plumbing
Target version: 2.7.10
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.

Reply via email to