Method: CORL::Node::Vagrant#upload

Defined in:
lib/CORL/node/vagrant.rb

#upload(local_path, remote_path, options = {}) ⇒ Object




155
156
157
158
159
160
161
# File 'lib/CORL/node/vagrant.rb', line 155

def upload(local_path, remote_path, options = {})
  super do |op, config|
    if op == :config
      config.import(exec_options(:upload))
    end
  end
end