Issue #4996 has been updated by Russell Jackson.
I've `rake mail_patches` the current feature branch for review. ---------------------------------------- Bug #4996: FreeBSD package provider rewrite to use port origin when querying installed packages https://projects.puppetlabs.com/issues/4996 Author: Russell Jackson Status: Investigating Priority: Normal Assignee: Category: Target version: Affected Puppet version: Keywords: Branch: https://github.com/xraj/puppet/commits/freebsd%2Fpackage This fixes the problem where the port name specified in the package resource name (used by pkg_add -r) doesn't match what is recorded as the package name by pkg_info. Puppet therefore thinks the package isn't installed and tries to install it on every run. By consistently using the port origin everywhere when querying for installed packages, we avoid this problem. -- 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.
