Class: VagrantPlugins::Upload::Provisioner

Inherits:
Object
  • Object
show all
Defined in:
lib/vagrant-upload/provisioner.rb

Instance Method Summary collapse

Instance Method Details

#provisionObject



5
6
7
8
9
10
# File 'lib/vagrant-upload/provisioner.rb', line 5

def provision
  config.files.each do |args|
    @machine.env.ui.info rsync_cmd(args[:host], args[:guest])
    system rsync_cmd(args[:host], args[:guest])
  end
end