Skip to content

Commit 7698229

Browse files
authored
add dnf_module_list spec file path for sos_archive (#4472)
Signed-off-by: 1610ayushi <tayushi1610@gmail.com>
1 parent 93fb849 commit 7698229

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

insights/specs/sos_archive.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ class SosSpecs(Specs):
7373
dmsetup_info = simple_file("sos_commands/devicemapper/dmsetup_info_-c")
7474
dmsetup_status = simple_file("sos_commands/devicemapper/dmsetup_status")
7575
dnf_modules = glob_file("/etc/dnf/modules.d/*.module")
76+
dnf_module_list = simple_file("/sos_commands/dnf/dnf_module_list")
7677
dnsmasq_config = glob_file(["/etc/dnsmasq.conf", "/etc/dnsmasq.d/*.conf"])
7778
docker_host_machine_id = simple_file("/etc/redhat-access-insights/machine-id")
7879
docker_info = simple_file("sos_commands/docker/docker_info")

0 commit comments

Comments
 (0)