mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Updated labels to no longer include unsupported platform (#30108)
- Removed `platform: linux` from a few labels since linux is not a supported platform on labels
This commit is contained in:
parent
5a55de87d4
commit
b1894e9382
2 changed files with 0 additions and 2 deletions
|
|
@ -2,4 +2,3 @@
|
|||
description: Linux hosts running on Debian-based operating systems
|
||||
query: SELECT 1 FROM os_version WHERE platform_like = 'debian';
|
||||
label_membership_type: dynamic
|
||||
platform: linux
|
||||
|
|
|
|||
|
|
@ -2,4 +2,3 @@
|
|||
description: Linux hosts running on RPM-based operating systems
|
||||
query: SELECT 1 FROM os_version WHERE platform_like = 'rhel';
|
||||
label_membership_type: dynamic
|
||||
platform: linux
|
||||
|
|
|
|||
Loading…
Reference in a new issue