Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
FACT 4.2.5
-
Phoenix
-
2
-
Phoenix 2022-05-11, Phoenix 2022-05-25
-
Needs Assessment
-
Bug Fix
-
Corrects os.release facts for Windows 11
-
Needs Assessment
Description
Running facter (4.2.5) on Windows 11 will print something like this:
os => {
|
architecture => "x64",
|
family => "windows",
|
hardware => "x86_64",
|
name => "windows",
|
release => {
|
full => "10",
|
major => "10"
|
},
|
windows => {
|
display_version => "21H2",
|
edition_id => "Professional",
|
installation_type => "Client",
|
product_name => "Windows 10 Pro",
|
release_id => "21H2",
|
system32 => "C:\WINDOWS\system32"
|
}
|
}
|
I.e. it detects Windows 11 as Windows 10. This should be fixed.
Attachments
Issue Links
- relates to
-
FACT-3185 facter os.windows.product_name incorrect value for Windows 11
-
- Closed
-