Issue #8128 has been updated by Adrien Thebo.
Ken, can we just mark this a duplicate of the fact caching? ---------------------------------------- Bug #8128: Some facts take a LOOONNGGG time to run https://projects.puppetlabs.com/issues/8128 Author: James Turnbull Status: Accepted Priority: High Assignee: Ken Barber Category: library Target version: 1.7.x Keywords: Branch: Affected Facter version: FOr example puppetversion - it can take 600-800 ms per run: puppetversion: 825.72ms This is because it requires 'puppet' and loads it before returning the version. It should be rewritten to not do this. Other heavy facts: <pre> lsbdistid: 136.45ms operatingsystem: 137.29ms lsbdistdescription: 131.18ms lsbdistrelease: 135.20ms lsbmajdistrelease: 135.72ms puppetversion: 137.39ms lsbrelease: 132.03ms lsbdistcodename: 134.41ms </pre> -- 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.
