Added new sosreport plugin

New sos report plugin added as separate RPM

Signed-off-by: Stephen Simpson <ssimpson89@users.noreply.github.com>
This commit is contained in:
Stephen Simpson
2025-02-20 16:16:37 -06:00
committed by Jonathon Anderson
parent 3b3851c6ca
commit 2852cd5e88
6 changed files with 103 additions and 20 deletions

View File

@@ -51,6 +51,7 @@ BASHCOMPDIR ?= /etc/bash_completion.d
FIREWALLDDIR ?= /usr/lib/firewalld/services
LOGROTATEDIR ?= /etc/logrotate.d
DRACUTMODDIR ?= /usr/lib/dracut/modules.d
SOSPLUGINS ?= /usr/lib/python3.9/site-packages/sos/report/plugins
ifeq ($(OS),suse)
TFTPDIR ?= /srv/tftpboot
endif