Class: Chef::Knife::IpmiPowerSoft

Inherits:
Chef::Knife show all
Includes:
IpmiBase
Defined in:
lib/chef/knife/ipmi_power_soft.rb

Instance Method Summary collapse

Methods included from IpmiBase

#ipmi

Instance Method Details

#runObject



28
29
30
# File 'lib/chef/knife/ipmi_power_soft.rb', line 28

def run
  puts ipmi.power("soft")
end