Method: ConfCtl::MachineControl#reboot

Defined in:
lib/confctl/machine_control.rb

#rebootObject

Reboot the machine



35
36
37
# File 'lib/confctl/machine_control.rb', line 35

def reboot
  execute!('reboot')
end