Sha256: 6a3f946d7939bfad199cc279680b4bebed69d53529d5a00c52e89e48127b45e8
Contents?: true
Size: 461 Bytes
Versions: 58
Compression:
Stored size: 461 Bytes
Contents
module VagrantPlugins module GuestTinyCore module Cap class RSync def self.rsync_install(machine) machine.communicate.tap do |comm| # Run it but don't error check because this is always failing currently comm.execute("tce-load -wi acl attr rsync", error_check: false) # Verify it by executing rsync comm.execute("rsync --help") end end end end end end
Version data entries
58 entries across 54 versions & 6 rubygems