Class Ohai::ProvidesMap
In: lib/ohai/provides_map.rb
Parent: Object

Methods

Attributes

map  [R] 

Public Class methods

Public Instance methods

This function is used to fetch the plugins for the attributes specified in the CLI options to Ohai. It first attempts to find the plugins for the attributes or the sub attributes given. If it can‘t find any, it looks for plugins that might provide the parents of a given attribute and returns the first parent found.

This function is used to fetch the plugins from ‘depends "languages"’ statements in plugins. It gathers plugins providing each of the attributes listed, or the plugins providing the closest parent attribute

gather plugins providing exactly the attributes listed

[Validate]