From 3b2717f4fd450aaba87fa52842e0bc514f95f301 Mon Sep 17 00:00:00 2001 From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Date: Tue, 21 Oct 2025 15:15:57 -0400 Subject: [PATCH] YAML reference (#34604) Use serial numbers for labels example. Serial numbers is best practice. --- docs/Configuration/yaml-files.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/Configuration/yaml-files.md b/docs/Configuration/yaml-files.md index 2bfa58ed4c..d7ba02e389 100644 --- a/docs/Configuration/yaml-files.md +++ b/docs/Configuration/yaml-files.md @@ -70,8 +70,8 @@ labels: description: Hosts belonging to the C-Suite label_membership_type: manual hosts: - - "ceo-laptop" - - "the-CFOs-computer" + - "IR7M6ZGQJM" + - "JMFWY8VZ09" - name: Engineering department description: Hosts used by engineers label_membership_type: host_vitals @@ -93,8 +93,8 @@ labels: description: Hosts belonging to the C-Suite label_membership_type: manual hosts: - - "ceo-laptop" - - "the-CFOs-computer" + - "IR7M6ZGQJM" + - "JMFWY8VZ09" - name: Engineering department description: Hosts used by engineers label_membership_type: host_vitals