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 30, 2023
1 parent 8a737d6 commit d130537
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(),
},
OSReleaseGathererName: map[string]FactGatherer{
"v1": NewDefaultOSReleaseGatherer(),
},
Expand Down

0 comments on commit d130537

Please sign in to comment.