File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
acceptance/lib/facter/acceptance Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ def debian_expected_facts(agent)
81
81
os_hardware = 'x86_64'
82
82
processor_model_pattern = /(Intel\( R\) .*)|(AMD.*)/
83
83
elsif agent [ 'platform' ] =~ /aarch64/
84
- os_arch = 'aarch64 '
84
+ os_arch = 'arm64 '
85
85
os_hardware = 'aarch64'
86
86
processor_model_pattern = // # FACT-3439 - facter doesn't figure out the processor type on these machines
87
87
else
@@ -391,7 +391,7 @@ def ubuntu_expected_facts(agent)
391
391
os_hardware = 'x86_64'
392
392
processor_model_pattern = /(Intel\( R\) .*)|(AMD.*)/
393
393
elsif agent [ 'platform' ] =~ /aarch64/
394
- os_arch = 'aarch64 '
394
+ os_arch = 'arm64 '
395
395
os_hardware = 'aarch64'
396
396
processor_model_pattern = // # facter doesn't figure out the processor type on these machines
397
397
else
You can’t perform that action at this time.
0 commit comments