diff --git a/internal/factsengine/gatherers/gatherer.go b/internal/factsengine/gatherers/gatherer.go index 33f0876a..0b195403 100644 --- a/internal/factsengine/gatherers/gatherer.go +++ b/internal/factsengine/gatherers/gatherer.go @@ -46,6 +46,9 @@ func StandardGatherers() FactGatherersTree { PasswdGathererName: map[string]FactGatherer{ "v1": NewDefaultPasswdGatherer(), }, + ProductsGathererName: map[string]FactGatherer{ + "v1": NewDefaultProductsGatherer(), + }, SapControlGathererName: map[string]FactGatherer{ "v1": NewDefaultSapControlGatherer(), },