Class Rudy::Routines::Startup
In: lib/rudy/routines/startup.rb
Parent: Rudy::Routines::Base

Methods

Public Instance methods

Startup routines run in the following order:

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

Called by generic_machine_runner

[Validate]