Sha256: ade2a1a0e053c054600990ee0b842b00d517d0546258ad486019d40d03c42efa
Contents?: true
Size: 343 Bytes
Versions: 2
Compression:
Stored size: 343 Bytes
Contents
module VagrantPlugins module GuestDebian module Cap class RSync def self.rsync_install(machine) comm = machine.communicate comm.sudo <<-EOH.gsub(/^ {14}/, '') set -e apt-get -yqq update apt-get -yqq install rsync EOH end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
vagrant-unbundled-1.8.5.2 | plugins/guests/debian/cap/rsync.rb |
vagrant-unbundled-1.8.5.1 | plugins/guests/debian/cap/rsync.rb |