Issue #4258 has been updated by Dominic Cleal.
I can't reproduce this Matt - I've done a pull of the 'next' branch from the puppetlabs repo on github and merged in 4258-dev and also tried with puppetlabs' master branch. I don't fully understand how the features are determined, but looking at the package type it looks like it introspects the provider for certain methods (latest and update). Does your branch have different requirements for the upgradeable feature? The pkgutil provider has both latest and update methods implemented. The new pip provider is the only one to explicitly list upgradeable as a feature (along with installable etc.) so I assume this is automatically determined. If I remove the explicit has_feature list from pip, it still passes the tests (which include setting ensure to latest). ---------------------------------------- Feature #4258: Add pkgutil provider https://projects.puppetlabs.com/issues/4258 Author: James Turnbull Status: Ready For Testing Priority: Normal Assignee: Matt Robinson Category: Solaris Target version: Statler Affected Puppet version: 0.25.5 Keywords: communitypatch Branch: https://github.com/domcleal/puppet/tree/tickets/master/4258-dev -- 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.
