mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-02-13 15:54:02 -05:00
14 lines
235 B
Ruby
14 lines
235 B
Ruby
# Copyright (c) HashiCorp, Inc.
|
|
# SPDX-License-Identifier: BUSL-1.1
|
|
|
|
module VagrantPlugins
|
|
module HostWindows
|
|
module Cap
|
|
class NFS
|
|
def self.nfs_installed(env)
|
|
false
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|