Sha256: 9920766594b5c6999930f5fae3ac9e1c5ed0dc3e8ff0de5afdb2a8ac6e653909
Contents?: true
Size: 324 Bytes
Versions: 48
Compression:
Stored size: 324 Bytes
Contents
module VagrantPlugins module GuestDebian module Cap class RSync def self.rsync_install(machine) comm = machine.communicate comm.sudo <<-EOH.gsub(/^ {14}/, '') apt-get -yqq update apt-get -yqq install rsync EOH end end end end end
Version data entries
48 entries across 44 versions & 5 rubygems