Sha256: 777857d266b4cddc70b8b8732d1a649939c3d51134b4b7f6bb865f7806110f80

Contents?: true

Size: 250 Bytes

Versions: 63

Compression:

Stored size: 250 Bytes

Contents

module VagrantPlugins
  module GuestNixos
    module Cap
      class NFSClient
        def self.nfs_client_installed(machine)
          machine.communicate.test("test -x /run/current-system/sw/sbin/mount.nfs")
        end
      end
    end
  end
end

Version data entries

63 entries across 56 versions & 8 rubygems

Version Path
vagrant-cloudstack-1.1.0 vendor/bundle/bundler/gems/vagrant-272fb27e0536/plugins/guests/nixos/cap/nfs_client.rb
vagrant-cloudstack-1.1.0 vendor/bundle/bundler/gems/vagrant-1cf2a8db4ccb/plugins/guests/nixos/cap/nfs_client.rb
vagrant-tiktalik-0.0.3 vendor/bundle/ruby/2.0.0/bundler/gems/vagrant-1e28f1ac31e7/plugins/guests/nixos/cap/nfs_client.rb