class Chef::Knife::Status
Public Instance Methods
run()
click to toggle source
# File lib/chef/knife/partial_search/fast_status.rb, line 16 def run if defined?(Chef::PartialSearch) define_partial_search({ 'name' => ['name'], 'ohai_time' => ['ohai_time'], 'fqdn' => ['fqdn'], 'ipaddress' => ['ipaddress'], 'platform' => ['platform'], 'platform_version' => ['platform_version'], 'run_list' => ['run_list'], }) end classic_run end
Also aliased as: classic_run