Sha256: 97d0f68c157cf1f3c061eb8995631b0f3a6d7324b6ec806f80a30b517b604a86
Contents?: true
Size: 399 Bytes
Versions: 56
Compression:
Stored size: 399 Bytes
Contents
module VagrantPlugins module GuestDebian module Cap class SMB def self.smb_install(machine) comm = machine.communicate if !comm.test("test -f /sbin/mount.cifs") comm.sudo <<-EOH.gsub(/^ {14}/, '') apt-get -yqq update apt-get -yqq install cifs-utils EOH end end end end end end
Version data entries
56 entries across 52 versions & 6 rubygems