Class | Ohai::System |
In: |
lib/ohai/system.rb
|
Parent: | Object |
data | [RW] | |
provides_map | [R] | |
v6_dependency_solver | [R] |
Re-runs plugins that provide the attributes specified by attribute_filter. If attribute_filter is not given, re-runs all plugins.
Note that dependencies will not be re-run, so you must specify all of the attributes you want refreshed in the attribute_filter
This method takes a naive approach to v6 plugins: it simply re-runs all of them whenever called.