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

Version Path
vagrant-compose-yaml-0.1.3 vendor/bundle/ruby/2.2.0/bundler/gems/vagrant-dbb756c7b6da/plugins/guests/debian/cap/nfs_client.rb
vagrant-compose-yaml-0.1.2 vendor/bundle/ruby/2.2.0/bundler/gems/vagrant-dbb756c7b6da/plugins/guests/debian/cap/nfs_client.rb
vagrant-compose-yaml-0.1.1 vendor/bundle/ruby/2.2.0/bundler/gems/vagrant-dbb756c7b6da/plugins/guests/debian/cap/nfs_client.rb
vagrant-compose-yaml-0.1.0 vendor/bundle/ruby/2.2.0/bundler/gems/vagrant-dbb756c7b6da/plugins/guests/debian/cap/nfs_client.rb
vagrant-unbundled-1.8.4.2 plugins/guests/debian/cap/nfs_client.rb
vagrant-unbundled-1.8.4.1 plugins/guests/debian/cap/nfs_client.rb