Class: Chef::Knife::LparList
- Inherits:
-
Chef::Knife
- Object
- Chef::Knife
- Chef::Knife::LparList
- Includes:
- LparBase
- Defined in:
- lib/chef/knife/lpar_list.rb
Instance Method Summary collapse
-
#run ⇒ Object
Run the plugin.
Methods included from LparBase
#get_password, #print_with_output, #run_remote_command
Instance Method Details
#run ⇒ Object
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 |