Skip to content

Commit 2e0d378

Browse files
Merge pull request #2910 from craigcomstock/ENT-11850/3.21
Fixed missing software inventory on RedHat based systems (3.21)
2 parents ec9746d + c7de3d6 commit 2e0d378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

promises.cf.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ body common control
9898

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

104104
aix.!disable_inventory_package_refresh::

0 commit comments

Comments
 (0)