Issue #16081 has been updated by Robert Welgan.

Michael - I've been looking into this bug.  Changing

     model = Facter::Util::Resolution.exec('lsattr -El sys0 -a modelname')
     if model =~ /modelname\s(\S+)\s/
to
     model = Facter::Util::Resolution.exec('lsattr -El proc0 -a type')
     if model =~ /type\s(\S+)\s/

in hardwaremodel.rb yields:

l488pp056_pub[/opt/puppet/pup-puppet/lib/ruby/site_ruby/1.8/facter] > facter 
architecture                                     
PowerPC_POWER7

I'd like to take ownership of this bug, and add some code to make sure an 
'Available' proc is sent to the lsattr -El command.

However, can you assign it to me?

Robert Welgan
[email protected]

----------------------------------------
Bug #16081: Facter reports bogus arch on AIX
https://projects.puppetlabs.com/issues/16081#change-96053

* Author: Matthaus Owens
* Status: Investigating
* Priority: Normal
* Assignee: Michael Stahnke
* Category: 
* Target version: 
* Keywords: 
* Branch: 
* Affected Facter version: 
----------------------------------------
    root@l488pp139_pub[/software/pe-aix/init] > /opt/puppet/bin/facter
    architecture => IBM,9179-MHB


-- 
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.


Reply via email to