Sha256: f57648b00d19c5d0a31a9d179125a709afbc7c67c9532fc3f9ae0f07243193e2
Contents?: true
Size: 343 Bytes
Versions: 1
Compression:
Stored size: 343 Bytes
Contents
module VagrantPlugins module GuestDebian module Cap class NFSClient def self.nfs_client_install(machine) machine.communicate.tap do |comm| comm.sudo("apt-get -y update") comm.sudo("apt-get -y install nfs-common portmap") end end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vagrant-cloudstack-1.2.0 | vendor/bundle/bundler/gems/vagrant-c84e05fd063f/plugins/guests/debian/cap/nfs_client.rb |