mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-04-28 17:49:13 -04:00
14 lines
264 B
Ruby
14 lines
264 B
Ruby
# Copyright (c) HashiCorp, Inc.
|
|
# SPDX-License-Identifier: BUSL-1.1
|
|
|
|
module VagrantPlugins
|
|
module HostDarwin
|
|
module Cap
|
|
class NFS
|
|
def self.nfs_exports_template(environment)
|
|
"nfs/exports_darwin"
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|