From b1894e938261442ee6b1632f0e9db729eba96340 Mon Sep 17 00:00:00 2001 From: Allen Houchins <32207388+allenhouchins@users.noreply.github.com> Date: Wed, 18 Jun 2025 10:24:09 -0500 Subject: [PATCH] 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 --- it-and-security/lib/all/labels/debian-based-linux-hosts.yml | 1 - it-and-security/lib/all/labels/rpm-based-linux-hosts.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/it-and-security/lib/all/labels/debian-based-linux-hosts.yml b/it-and-security/lib/all/labels/debian-based-linux-hosts.yml index d1a3463254..c134c42080 100644 --- a/it-and-security/lib/all/labels/debian-based-linux-hosts.yml +++ b/it-and-security/lib/all/labels/debian-based-linux-hosts.yml @@ -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 diff --git a/it-and-security/lib/all/labels/rpm-based-linux-hosts.yml b/it-and-security/lib/all/labels/rpm-based-linux-hosts.yml index 49c6f0f73c..26369c4533 100644 --- a/it-and-security/lib/all/labels/rpm-based-linux-hosts.yml +++ b/it-and-security/lib/all/labels/rpm-based-linux-hosts.yml @@ -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