Module | Facter::Util::Processor |
In: |
lib/facter/util/processor.rb
|
aix_processor_list is intended to generate a list of values for the processorX facts. The behavior is as follows from [11609](projects.puppetlabs.com/issues/11609)
Returns an Array, sorted, containing the values for the facts.
getconf_cpu_chip_type delegates directly to Facter::Util::Resolution.exec.
getconf_cpu_version delegates directly to Facter::Util::Resolution.exec.
hpux_processor_list is intended to generate a list of values for the processorX facts.
kernel_fact_value is intended to directly delegate to Facter.value(:kernel) to make it easier to stub the kernel fact without affecting the entire system.
lsattr is intended to directly delegate to Facter::Util::Resolution.exec in an effort to make the processorX facts easier to test. See also the {lsdev} method.
lsdev is intended to directly delegate to Facter::Util::Resolution.exec in an effort to make the processorX facts easier to test by stubbing only the behaviors we need to stub to get the output of the system command.
machinfo delegates directly to Facter::Util::Resolution.exec, as with lsdev above.