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, = {}) super do |op, config| if op == :config config.import((:upload)) end end end |