mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-06-09 08:42:18 -04:00
14 lines
285 B
Ruby
14 lines
285 B
Ruby
# Copyright (c) HashiCorp, Inc.
|
|
# SPDX-License-Identifier: BUSL-1.1
|
|
|
|
module VagrantPlugins
|
|
module SyncedFolderSMB
|
|
module Cap
|
|
module DefaultFstabModification
|
|
def self.default_fstab_modification(machine)
|
|
return false
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|