Method: RightScale::Platform::Installer#install

Defined in:
lib/right_agent/platform.rb,
lib/right_agent/platform/windows/platform.rb,
lib/right_agent/platform/unix/linux/platform.rb,
lib/right_agent/platform/unix/darwin/platform.rb

#install(packages) ⇒ Object

Overrides base Installer#install

Raises:

  • (::NotImplementedError)


638
639
640
# File 'lib/right_agent/platform.rb', line 638

def install(packages)
  must_be_overridden
end