Sha256: 67bb419e24d5233fe2ebcecb721889420e7025af296e62f4ff8ae01f90984835

Contents?: true

Size: 329 Bytes

Versions: 7

Compression:

Stored size: 329 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

7 entries across 4 versions & 3 rubygems

Version Path
vagrant-unbundled-1.8.1.2 plugins/guests/debian/cap/nfs_client.rb
vagrant-unbundled-1.8.1.1 plugins/guests/debian/cap/nfs_client.rb
vagrant-cloudstack-1.1.0 vendor/bundle/bundler/gems/vagrant-272fb27e0536/plugins/guests/debian/cap/nfs_client.rb
vagrant-cloudstack-1.1.0 vendor/bundle/bundler/gems/vagrant-b421af58e8b3/plugins/guests/debian/cap/nfs_client.rb
vagrant-cloudstack-1.1.0 vendor/bundle/bundler/gems/vagrant-309e896975d1/plugins/guests/debian/cap/nfs_client.rb
vagrant-cloudstack-1.1.0 vendor/bundle/bundler/gems/vagrant-1cf2a8db4ccb/plugins/guests/debian/cap/nfs_client.rb
vagrant-tiktalik-0.0.3 vendor/bundle/ruby/2.0.0/bundler/gems/vagrant-1e28f1ac31e7/plugins/guests/debian/cap/nfs_client.rb