Sha256: bde94a4bb2f9d3906bbda73c7e848a0807876122a74436031aacee95de398f9d
Contents?: true
Size: 360 Bytes
Versions: 48
Compression:
Stored size: 360 Bytes
Contents
module VagrantPlugins module GuestDebian module Cap class NFS def self.nfs_client_install(machine) comm = machine.communicate comm.sudo <<-EOH.gsub(/^ {12}/, '') apt-get -yqq update apt-get -yqq install nfs-common portmap exit $? EOH end end end end end
Version data entries
48 entries across 44 versions & 5 rubygems