Class: Chef::Knife::LparList

Inherits:
Chef::Knife show all
Includes:
LparBase
Defined in:
lib/chef/knife/lpar_list.rb

Instance Method Summary collapse

Methods included from LparBase

#get_password, #print_with_output, #run_remote_command

Instance Method Details

#runObject

Run the plugin



41
42
43
44
45
# File 'lib/chef/knife/lpar_list.rb', line 41

def run
  read_and_validate_params
  @password = get_password
  list_lpars
end