Class Rudy::Routines::Reboot
In: lib/rudy/routines/reboot.rb
Parent: Rudy::Routines::Base

Methods

Public Instance methods

Startup routines run in the following order:

  • before_local (if present)
  • before_remote (if present)
  • Reboot instances
  • Set hostname
  • before dependencies
  • all other actions
  • after dependencies

Called by generic_machine_runner

[Validate]