CBAIS::Actions::Reboot - reboot a host during install
$reboot = new CBAIS::Actions::Reboot(SPOOL_DIR => '/etc/cbais');
$reboot->execute(@remaining_actions);
The CBAIS::Actions::Reboot class implements a CBAIS action which is used to trigger a reboot during an installation.
The constructor. The following hash keys are required to be passed.