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::Core::Execution.exec.
getconf_cpu_version delegates directly to Facter::Core::Execution.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.
lsdev is intended to directly delegate to Facter::Core::Execution.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.