Skip to content

Commit

Permalink
fix: remove the collection of unsed spec fw_devices
Browse files Browse the repository at this point in the history
Signed-off-by: Xiaoxue Wang <[email protected]>
  • Loading branch information
JoySnow committed Dec 18, 2024
1 parent d91b4f6 commit 175ad36
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion insights/collect.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
- name: insights.combiners.sap.Sap
enabled: true
# needed for fw_devices and fw_security specs
# needed for fw_security specs
- name: insights.parsers.virt_what.VirtWhat
enabled: true
- name: insights.combiners.virt_what.VirtWhat
Expand Down
1 change: 0 additions & 1 deletion insights/specs/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,6 @@ class DefaultSpecs(Specs):
firewalld_conf = simple_file("/etc/firewalld/firewalld.conf")
foreman_production_log = simple_file("/var/log/foreman/production.log")
fstab = simple_file("/etc/fstab")
fw_devices = simple_command("/bin/fwupdagent get-devices", deps=[IsBareMetal])
fw_security = simple_command("/bin/fwupdagent security --force", deps=[IsBareMetal])
galera_cnf = first_file(
[
Expand Down

0 comments on commit 175ad36

Please sign in to comment.