Sha256: 7cc2ca468e73aa23ce5687a92147f4d8a32f04a08bc2f7f129b0a203061fdcb9
Contents?: true
Size: 346 Bytes
Versions: 6
Compression:
Stored size: 346 Bytes
Contents
module VagrantPlugins module GuestDebian module Cap class NFSClient 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 EOH end end end end end
Version data entries
6 entries across 6 versions & 2 rubygems