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

12 lines
195 B
Ruby

module VagrantPlugins
module HostDarwin
module Cap
class NFS
def self.nfs_exports_template(environment)
"nfs/exports_darwin"
end
end
end
end
end