Issue #9357 has been updated by Matthias Pigulla.
Pull request is at [[https://github.com/puppetlabs/puppet/pull/95]] ---------------------------------------- Bug #9357: MacPorts package provider fails to activate package on upgrade https://projects.puppetlabs.com/issues/9357 Author: Matthias Pigulla Status: Unreviewed Priority: Normal Assignee: Category: Target version: Affected Puppet version: Keywords: Branch: When two versions of a MacPorts package are installed but the older one is activated, the MacPorts provider will fail to activate the newer one on ensure => latest. It just runs "port upgrade {packagename}" which does nothing because the port is already installed (but not activated) in the latest version. The fix seems to be just to use "port install {packagename}" for the upgrade case - maybe this became possible with the recent MacPorts 2.0.0 release? -- 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.
