From 5dd783bfab6c73851fa31d50e6184a9511f20bcd Mon Sep 17 00:00:00 2001 From: Marri Devender Rao Date: Thu, 29 Nov 2018 02:16:27 -0600 Subject: Add TPM target to be included in the inventory To add Trusted Platform Module(TPM) FRU to inventory. Change-Id: Ic88ca4e959a639491f82f63d5a6bb4239df7502b Signed-off-by: Marri Devender Rao --- Inventory.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Inventory.pm b/Inventory.pm index cc8c63a..680c97e 100644 --- a/Inventory.pm +++ b/Inventory.pm @@ -5,7 +5,7 @@ use warnings; #Target types to always include in the inventory if present my %TYPES = (SYS => 1, NODE => 1, PROC => 1, - BMC => 1, GPU => 1, CORE => 1, OCC => 1); + BMC => 1, GPU => 1, CORE => 1, OCC => 1, TPM => 1); #RU_TYPES of cards to include #FRU = field replaceable unit, CRU = customer replaceable unit -- cgit v1.2.1