Issue #23169 has been updated by Mike Andrewjeski.
This is an important issue for us as well as all your customers running Solaris. Please give it some attention. ---------------------------------------- Feature #23169: sun package provider should not run pkginfo -l https://projects.puppetlabs.com/issues/23169#change-99985 * Author: Zachary Stern * Status: Unreviewed * Priority: Normal * Assignee: * Category: * Target version: * Affected Puppet version: * Keywords: customer * Branch: ---------------------------------------- On Solaris, `pkginfo -l` is a heavyweight operation. Currently, the sun package provider uses `pkginfo -l` to get a list of all installed packages, which it uses presumably for prefetch functionaltiy, and then uses that information to decide how to manage packages (Install, remove, etc.) Given that many Solaris boxes are older hardware, and that this operation is somewhat resource intensive, it might be better if, for the sun provider, we ran `pkginfo -l <packagname>` and looked up packages individually, rather than prefetching the entire list on every run. -- 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-bugs. For more options, visit https://groups.google.com/groups/opt_out.
