Issue #2331 has been updated by Nigel Kersten.
I'm still working on the tests, as this provider didn't have any at all. If anyone feels like following along however, I've got the core functionality working here: https://github.com/nigelkersten/puppet/blob/WIP/tickets/2.6.x/2331/lib/puppet/provider/package/macports.rb Note that I've added version support so you can do: <pre> package { "rxvt-unicode": ensure => "9.0.0", provider => "macports", } </pre> It turned out easy to add it while I was fixing the "ensure => latest" situation. This provider should be significantly faster than the previous ones, as we're not using the slow commands. ---------------------------------------- Bug #2331: darwinports "install" broken https://projects.puppetlabs.com/issues/2331 Author: asa hammond Status: Code Insufficient Priority: High Assignee: Nigel Kersten Category: OSX Target version: 2.6.x Affected Puppet version: 0.25.1 Keywords: darwinports, macports Branch: looks like the darwinport provider is not able to "install" on osx leopard. ports tries "port update" instead of "port install" when first installing a package. Seems that macports Version: 1.710 has this issue. -- 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.
