mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Add EndeavourOS, Manjaro, openSUSE Leap and Tumbleweed to HostLinuxOSs (#10456)
Fixes broken data collection (e.g. disk space, IP addresses, installed Python and RPM packages) and "unrecognized platform" error for those distros. # Checklist for submitter If some of the following don't apply, delete the relevant line. - [x] Changes file added for user-visible changes in `changes/` or `orbit/changes/`. See [Changes files](https://fleetdm.com/docs/contributing/committing-changes#changes-files) for more information. - [x] Manual QA for all new/changed functionality
This commit is contained in:
parent
a039e1d686
commit
4413a20bcb
2 changed files with 2 additions and 1 deletions
1
changes/10456-add-more-distros-to-hostlinuxoss
Normal file
1
changes/10456-add-more-distros-to-hostlinuxoss
Normal file
|
|
@ -0,0 +1 @@
|
|||
* Added EndeavourOS, Manjaro, openSUSE Leap and Tumbleweed to HostLinuxOSs.
|
||||
|
|
@ -513,7 +513,7 @@ func (h *Host) FleetPlatform() string {
|
|||
|
||||
// HostLinuxOSs are the possible linux values for Host.Platform.
|
||||
var HostLinuxOSs = []string{
|
||||
"linux", "ubuntu", "debian", "rhel", "centos", "sles", "kali", "gentoo", "amzn", "pop", "arch", "linuxmint", "void", "nixos",
|
||||
"linux", "ubuntu", "debian", "rhel", "centos", "sles", "kali", "gentoo", "amzn", "pop", "arch", "linuxmint", "void", "nixos", "endeavouros", "manjaro", "opensuse-leap", "opensuse-tumbleweed",
|
||||
}
|
||||
|
||||
func IsLinux(hostPlatform string) bool {
|
||||
|
|
|
|||
Loading…
Reference in a new issue