2014-01-07 21:13:21 -08:00

12 lines
166 B
Ruby

module VagrantPlugins
module HostWindows
module Cap
class NFS
def self.nfs_installed(env)
false
end
end
end
end
end