Class
Rudy::Routines::Startup
In:
lib/rudy/routines/startup.rb
Parent:
Rudy::Routines::Base
Methods
execute
init
raise_early_exceptions
Public Instance methods
execute
()
Startup
routines run in the following order:
before dependencies
before_local (if present)
Startup
instances
Set hostname
all other actions
after dependencies
init
(*args)
raise_early_exceptions
()
Called by generic_machine_runner
[Validate]