summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Inventory.pm2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud