Issue #19919 has been updated by Michael Moll. Tracker changed from Bug to Feature Status changed from Unreviewed to Investigating Assignee set to Michael Moll
I will work on that... Dmitry, what do you think of using 'sysctl hw.model' instead of 'uname -p'? Here are some sample outputs from my machines and I think it behaves similarly on OpenBSD: $ uname -p amd64 $ sysctl hw.model hw.model: Intel(R) Xeon(R) CPU E31220L @ 2.20GHz $ uname -p i386 $ sysctl hw.model hw.model: Geode(TM) Integrated Processor by AMD PCS $ uname -p sparc64 $ sysctl hw.model hw.model: Sun Microsystems UltraSparc-IIIi ---------------------------------------- Feature #19919: processor and processorcount facts are absent on FreeBSD https://projects.puppetlabs.com/issues/19919#change-88946 * Author: Dmitry Sivachenko * Status: Investigating * Priority: Normal * Assignee: Michael Moll * Category: * Target version: * Keywords: * Branch: * Affected Facter version: ---------------------------------------- processor and processorcount facts are not provided on FreeBSD OS. The attached patch fixes that. -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
