Issue #5325 has been reported by Dominic Cleal. ---------------------------------------- Bug #5325: Manufacturer and product name on SPARC https://projects.puppetlabs.com/issues/5325
Author: Dominic Cleal Status: Unreviewed 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.
