From 634b959264990da1a03fdcf90a9dbebd8c262ae5 Mon Sep 17 00:00:00 2001 From: Adam Vest Date: Fri, 4 Oct 2024 18:06:02 -0400 Subject: [PATCH] [vmware] Enable vmware plugin support on Ubuntu Signed-off-by: Adam Vest --- sos/report/plugins/vmware.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sos/report/plugins/vmware.py b/sos/report/plugins/vmware.py index a89f3f7a27..1ca1857d50 100644 --- a/sos/report/plugins/vmware.py +++ b/sos/report/plugins/vmware.py @@ -6,10 +6,10 @@ # # See the LICENSE file in the source distribution for further information. -from sos.report.plugins import Plugin, RedHatPlugin +from sos.report.plugins import Plugin, IndependentPlugin -class VMWare(Plugin, RedHatPlugin): +class VMWare(Plugin, IndependentPlugin): short_desc = 'VMWare client information'