Skip to content

Commit

Permalink
Merge pull request #2910 from craigcomstock/ENT-11850/3.21
Browse files Browse the repository at this point in the history
Fixed missing software inventory on RedHat based systems (3.21)
  • Loading branch information
craigcomstock authored Jun 6, 2024
2 parents ec9746d + c7de3d6 commit 2e0d378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion promises.cf.in
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ body common control

# We only define package_inventory on redhat like systems that have a
# python version that works with the package module.
(redhat|centos|suse|sles|opensuse|amazon_linux).cfe_yum_package_module_supported.!disable_inventory_package_refresh::
(redhat|centos|suse|sles|opensuse|amazon_linux).cfe_python_for_package_modules_supported.!disable_inventory_package_refresh::
package_inventory => { $(package_module_knowledge.platform_default), @(default:package_module_knowledge.additional_inventory)};

aix.!disable_inventory_package_refresh::
Expand Down

0 comments on commit 2e0d378

Please sign in to comment.