Skip to content

Commit

Permalink
Add products gatherer to the standard list
Browse files Browse the repository at this point in the history
  • Loading branch information
arbulu89 committed Oct 31, 2023
1 parent d3ac7eb commit 4659e0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/factsengine/gatherers/gatherer.go
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
},
Expand Down

0 comments on commit 4659e0b

Please sign in to comment.