Skip to content

Commit

Permalink
Merge pull request #2710 from shubhamshinde360/PA-6392
Browse files Browse the repository at this point in the history
(PA-6392) Let 'unknown' be an acceptable processor.isa fact value for Fedora
  • Loading branch information
mhashizume authored May 6, 2024
2 parents d04a42d + bdd8dd8 commit c3d939a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acceptance/lib/facter/acceptance/base_fact_utils.rb
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ def fedora_expected_facts(agent)
'os.release.major' => os_version,
'processors.count' => /[1-9]/,
'processors.physicalcount' => /[1-9]/,
'processors.isa' => os_hardware,
'processors.isa' => /unknown|#{os_hardware}/,
'processors.models' => /(Intel\(R\).*)|(AMD.*)/,
'kernel' => 'Linux',
'kernelrelease' => /\d+\.\d+\.\d+/,
Expand Down

0 comments on commit c3d939a

Please sign in to comment.