Skip to content

Commit

Permalink
Add gatherer to list of standard gatherers
Browse files Browse the repository at this point in the history
  • Loading branch information
arbulu89 committed Oct 26, 2023
1 parent 0af9af4 commit 7207cb3
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 @@ -34,6 +34,9 @@ func StandardGatherers() FactGatherersTree {
HostsFileGathererName: map[string]FactGatherer{
"v1": NewDefaultHostsFileGatherer(),
},
MountInfoGathererName: map[string]FactGatherer{
"v1": NewDefaultMountInfoGatherer(),
},
PackageVersionGathererName: map[string]FactGatherer{
"v1": NewDefaultPackageVersionGatherer(),
},
Expand Down

0 comments on commit 7207cb3

Please sign in to comment.