Issue #5325 has been updated by Dominic Cleal. File prtdiag.out added
Thanks for the pointers Paul. A patch e-mail should be on its way to puppet-dev and I've added the patch with your exec suggestion to a branch here: https://github.com/domcleal/facter/tree/ticket/master/5325 prtdiag can be run as any user with the same output (sample attached). ---------------------------------------- Bug #5325: Manufacturer and product name on SPARC https://projects.puppetlabs.com/issues/5325 Author: Dominic Cleal Status: Accepted Priority: Normal Assignee: Category: library Target version: Keywords: sparc solaris Branch: The manufacturer and productname facts are missing on SPARC, as the SunOS code in util/manufacturer.rb assumes it can use smbios (unavailable). Attached is a simple patch that instead uses prtdiag when running under SunOS *and* SPARC to fetch the manufacturer and product. No attempt is made to use prtdiag under x86 as well. Example output: manufacturer => Sun Microsystems productname => Sun SPARC Enterprise M3000 Server -- 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.
