Module: Engineyard::Local::Middleware::Helpers::Uploadable

Included in:
Chef, DNA
Defined in:
lib/engineyard-local/middleware/helpers/uploadable.rb

Instance Method Summary collapse

Instance Method Details

#ssh_upload!(env, to, from) ⇒ Object

Depends soley on the commands method



7
8
9
# File 'lib/engineyard-local/middleware/helpers/uploadable.rb', line 7

def ssh_upload!(env, to, from)
  env[:vm].channel.upload(to, from)
end