Class: KnifeUploader::UploaderRunListUpload

Inherits:
UploaderRunListCommand show all
Includes:
BaseCommandMixin
Defined in:
lib/chef/knife/uploader_run_list.rb

Instance Method Summary collapse

Methods included from BaseCommandMixin

included

Methods inherited from UploaderRunListCommand

#filtered_chef_nodes, #set_run_lists, #validate_arguments

Methods inherited from BaseCommand

#debug, #diff, #diff_color, #get_chef_repo_path, #get_knife_config_path, #initialize, #locate_config_value, #parsed_knife_config, #report_errors, #ridley, #run

Constructor Details

This class inherits a constructor from KnifeUploader::BaseCommand

Instance Method Details

#run_internalObject



102
103
104
105
# File 'lib/chef/knife/uploader_run_list.rb', line 102

def run_internal
  validate_arguments
  set_run_lists
end