Issue #4996 has been reported by Russell Jackson. ---------------------------------------- Bug #4996: FreeBSD package provider rewrite to use port origin when querying installed packages https://projects.puppetlabs.com/issues/4996
Author: Russell Jackson Status: Unreviewed Priority: Normal Assignee: Category: Target version: Affected version: Keywords: Branch: http://github.com/pthreadunixman/puppet/commits/freebsd/2.6.x/package_origin 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.
