vagrant/plugins/hosts/windows/cap/nfs.rb

12 lines
166 B
Ruby
Raw Normal View History

2014-01-08 05:13:21 +00:00
module VagrantPlugins
module HostWindows
module Cap
class NFS
def self.nfs_installed(env)
false
end
end
end
end
end