# File lib/ohai/system.rb, line 64 def all_plugins(attribute_filter=nil) # Reset the system when all_plugins is called since this function # can be run multiple times in order to pick up any changes in the # config or plugins with Chef. reset_system load_plugins run_plugins(true, attribute_filter) end