Sha256: 733d591235f4fe921bb0975ac702bd729a27414231809abb67e79396ebad4e69

Contents?: true

Size: 247 Bytes

Versions: 40

Compression:

Stored size: 247 Bytes

Contents

require 'vagrant/util/platform'

module Vagrant
  module Hosts
    class Windows < Base
      def self.match?
        Util::Platform.windows?
      end

      # Windows does not support NFS
      def nfs?
        false
      end
    end
  end
end

Version data entries

40 entries across 40 versions & 6 rubygems

Version Path
bmhatfield-vagrant-1.0.10 lib/vagrant/hosts/windows.rb
bmhatfield-vagrant-1.0.9 lib/vagrant/hosts/windows.rb
bmhatfield-vagrant-1.0.8 lib/vagrant/hosts/windows.rb
bmhatfield-vagrant-1.0.7 lib/vagrant/hosts/windows.rb
vagrantup-1.0.7 lib/vagrant/hosts/windows.rb
vagrantup-1.0.6 lib/vagrant/hosts/windows.rb
vagrantup-1.0.5 lib/vagrant/hosts/windows.rb
vagrantup-1.0.4 lib/vagrant/hosts/windows.rb
vagrantup-1.0.3 lib/vagrant/hosts/windows.rb
vagrantup-1.0.2 lib/vagrant/hosts/windows.rb
vagrantup-1.0.1 lib/vagrant/hosts/windows.rb
vagrantup-1.0.0 lib/vagrant/hosts/windows.rb
vagrantup-0.9.99.2 lib/vagrant/hosts/windows.rb
vagrantup-0.9.99.1 lib/vagrant/hosts/windows.rb
vagrantup-0.9.7 lib/vagrant/hosts/windows.rb
vagrantup-0.9.6 lib/vagrant/hosts/windows.rb
vagrantup-0.9.5 lib/vagrant/hosts/windows.rb
vagrantup-0.9.4 lib/vagrant/hosts/windows.rb
vagrantup-0.9.3 lib/vagrant/hosts/windows.rb
vagrantup-0.9.2 lib/vagrant/hosts/windows.rb