Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
FACT 3.y
-
None
-
Facter 3.14.15
AlmaLinux 8.3 Beta
$ cat /etc/redhat-release
AlmaLinux release 8.3 Beta (Purple Manul)
$ cat /etc/os-release
NAME="AlmaLinux"
VERSION="8.3 (Purple Manul)"
ID="almalinux"
ID_LIKE="rhel centos fedora"
VERSION_ID="8.3"
PLATFORM_ID="platform:el8"
PRETTY_NAME="AlmaLinux 8.3 Beta (Purple Manul)"
ANSI_COLOR="0;34"
CPE_NAME="cpe:/o:almalinux:almalinux:8.3:beta"
HOME_URL="https://almalinux.org/"
BUG_REPORT_URL="https://bugs.almalinux.org/"
ALMALINUX_MANTISBT_PROJECT="AlmaLinux-8"
ALMALINUX_MANTISBT_PROJECT_VERSION="8"
Facter 3.14.15 AlmaLinux 8.3 Beta $ cat /etc/redhat-release AlmaLinux release 8.3 Beta (Purple Manul) $ cat /etc/os-release NAME="AlmaLinux" VERSION="8.3 (Purple Manul)" ID="almalinux" ID_LIKE="rhel centos fedora" VERSION_ID="8.3" PLATFORM_ID="platform:el8" PRETTY_NAME="AlmaLinux 8.3 Beta (Purple Manul)" ANSI_COLOR="0;34" CPE_NAME="cpe:/o:almalinux:almalinux:8.3:beta" HOME_URL="https://almalinux.org/" BUG_REPORT_URL="https://bugs.almalinux.org/" ALMALINUX_MANTISBT_PROJECT="AlmaLinux-8" ALMALINUX_MANTISBT_PROJECT_VERSION="8"
-
-
Night's Watch
-
NW - 2021-03-17
-
Needs Assessment
-
44058
-
1
-
Enhancement
-
Facter 3 can now detect AlmaLinux. Contributed by cschug
-
Needs Assessment
Description
AlmaLinux is an upcoming Linux distribution currently in public Beta, released on 2021-02-01. It aims to be a 1:1 compatible clone of Red Hat Enterprise Linux filling the gap of the CentOS Linux, which has been EoL'ed as downstream product.
Right now as of Facter 3.14.15, AlmaLinux is correctly detected as member of the Red Hat-family ("os.family" resolves to "RedHat") but the os.name fact on AlmaLinux incorrectly resolves to "RedHat" instead of "AlmaLinux":
$ facter os
|
{
|
architecture => "x86_64",
|
distro => {
|
codename => "PurpleManul",
|
description => "AlmaLinux release 8.3 Beta (Purple Manul)",
|
id => "AlmaLinux",
|
release => {
|
full => "8.3",
|
major => "8",
|
minor => "3"
|
},
|
specification => ":core-4.1-amd64:core-4.1-noarch"
|
},
|
family => "RedHat",
|
hardware => "x86_64",
|
name => "RedHat",
|
release => {
|
full => "8.3",
|
major => "8",
|
minor => "3"
|
},
|
selinux => {
|
enabled => false
|
}
|
}
|
As AlmaLinux 8.3 Beta just being out for a few days with the final release being expected later in 2021 Q1, the effect of this change should be little and not introduce any backward-incompatible changes (AlmaLinux 8.3 will be the first release of AlmaLinux, there are no predecessors).