From fdea48ab62cd162143906f53dcbde7bc942fbc37 Mon Sep 17 00:00:00 2001 From: Johannes Kirschbauer Date: Fri, 29 Nov 2024 21:52:01 +0100 Subject: [PATCH] Facter: remove partial disk facts --- machines/test-inventory-machine/facter.json | 26 +-------------------- 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/machines/test-inventory-machine/facter.json b/machines/test-inventory-machine/facter.json index 48354afc1..7b6fc7a61 100644 --- a/machines/test-inventory-machine/facter.json +++ b/machines/test-inventory-machine/facter.json @@ -1,28 +1,4 @@ { "version": 1, - "system": "x86_64-linux", - "virtualisation": "none", - "hardware": { - "disk": [ - { - "bus_type": { - "name": "NVME", - "value": 150 - }, - "device": { - "name": "SAMSUNG MZVL21T0HCLR-00BL7", - "value": 43018 - }, - "model": "SAMSUNG MZVL21T0HCLR-00BL7", - "unix_device_names": [ - "/dev/disk/by-diskseq/1", - "/dev/disk/by-id/nvme-SAMSUNG_MZVL21T0HCLR-00BL7", - "/dev/disk/by-id/nvme-SAMSUNG_MZVL21T0HCLR-00BL7", - "/dev/disk/by-id/nvme-eui.0087324", - "/dev/disk/by-path/pci-0000:02:00.0-nvme-1", - "/dev/nvme0n1" - ] - } - ] - } + "system": "x86_64-linux" }