Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
None
-
facter 3.14.13
-
-
Night's Watch
-
2
-
NW - 2020-09-16
-
Needs Assessment
-
Bug Fix
-
Fix an issue where Facter would incorrectly report the OS as Debian on Linux Mint 20 platforms
-
Needs Assessment
Description
facter os
|
{
|
architecture => "amd64", |
distro => {
|
codename => "ulyana", |
description => "Linux Mint 20", |
id => "Linuxmint", |
release => {
|
full => "bullseye/sid", |
major => "bullseye/sid" |
}
|
},
|
family => "Debian", |
hardware => "x86_64", |
name => "Debian", |
release => {
|
full => "bullseye/sid", |
major => "bullseye/sid" |
},
|
selinux => {
|
enabled => false |
}
|
}
|
lsb_release -a
|
No LSB modules are available.
|
Distributor ID: Linuxmint
|
Description: Linux Mint 20 |
Release: 20 |
Codename: ulyana
|