Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
FACT 3.3.0, FACT 3.4.0
-
None
-
-
Agent
-
1
-
AP 2016-10-05
Description
On Windows Server 2016 factor returns the following:
os => {
architecture => "x64",
family => "windows",
hardware => "x86_64",
name => "windows",
release => {
full => "10.0.14300",
major => "10.0.14300"
},
windows =>
}
where i expect:
os => {
architecture => "x64",
family => "windows",
hardware => "x86_64",
name => "windows",
release => {
full => "10.0.14300",
major => "10"
},
windows =>
}
Details:
PS C:\dev> puppet --version
4.6.0
PS C:\dev> facter --version
3.4.0 (commit c86b3086f45c9de980fd23176c15e37fddf20cd4)
Attachments
Issue Links
- relates to
-
FACT-1573 Verify, reconcile, and document Windows OS version facts
-
- Closed
-
-
FACT-620 windows and cisco facter $::osfamily, os.name, and $::kernel output inconsistent vs other platforms
-
- Closed
-
-
FACT-728 OS release values not correctly reported for Windows kernel versions 6.3.x or 6.4.x
-
- Closed
-
-
FACT-1598 Add "core" fact for differentiating Windows Server versions
-
- Accepted
-
-
IMAGES-88 Windows-Vagrant: Box acceptance test scripts
-
- Resolved
-