mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
add arch and linuxmint to list of linux distros (#8532)
* add arch and linuxmint to allowlist of linux distros * fix comma in array * refer to list of linux distros, not allowlist
This commit is contained in:
parent
1571837d75
commit
74b8e29cfe
2 changed files with 2 additions and 1 deletions
1
changes/issue-8344-add-arch-mint-linux-distros
Normal file
1
changes/issue-8344-add-arch-mint-linux-distros
Normal file
|
|
@ -0,0 +1 @@
|
|||
* Added arch and linuxmint to list of linux distros so that their data is displayed and host count includes them
|
||||
|
|
@ -294,7 +294,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",
|
||||
"linux", "ubuntu", "debian", "rhel", "centos", "sles", "kali", "gentoo", "amzn", "pop", "arch", "linuxmint",
|
||||
}
|
||||
|
||||
func IsLinux(hostPlatform string) bool {
|
||||
|
|
|
|||
Loading…
Reference in a new issue