Sha256: 4aee707f698a7aeb291e0ea2ad0dcd16c2d274a6bd7ccbb7dea52fbc8afeab7d
Contents?: true
Size: 369 Bytes
Versions: 56
Compression:
Stored size: 369 Bytes
Contents
module VagrantPlugins module GuestRedHat module Cap class RSync def self.rsync_install(machine) machine.communicate.sudo <<-EOH.gsub(/^ {12}/, '') if command -v dnf; then dnf -y install rsync else yum -y install rsync fi EOH end end end end end
Version data entries
56 entries across 52 versions & 6 rubygems