From 4003876465bb26abafc2ce0ec5036f24fb88d849 Mon Sep 17 00:00:00 2001 From: Doug Burks Date: Thu, 11 Aug 2022 08:49:54 -0400 Subject: [PATCH] FIX: Fix TLP options in Cases to align with TLP 2.0 #8469 --- salt/soc/files/soc/presets.pap.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/salt/soc/files/soc/presets.pap.json b/salt/soc/files/soc/presets.pap.json index 6ef37164d..22aca7536 100644 --- a/salt/soc/files/soc/presets.pap.json +++ b/salt/soc/files/soc/presets.pap.json @@ -1,9 +1,9 @@ { "labels": [ - "white", - "green", - "amber", - "red" + "WHITE", + "GREEN", + "AMBER", + "RED" ], "customEnabled": false -} \ No newline at end of file +}