Module: Constants

Included in:
Teleport::Config, Teleport::Install, Teleport::Main, Teleport::Mirror
Defined in:
lib/teleport/constants.rb

Constant Summary collapse

DIR =

The temp directory that teleport uses on the target machine.

"/tmp/_teleported"
GEM =

The teleport gem within our temp directory.

"#{DIR}/gem"
DATA =

Directory where user install data (Telfile and friends) is stored.

"#{DIR}/data"
FILES =

Directory where user install files are stored.

"#{DIR}/data/files"
PUBKEY =

Name of the public key to install on the target machine.

"id_teleport.pub"
RUBYGEMS =

Minimum version of rubygems to install.

"1.8.10"