👋 to the deprecated enable_nfs
config
This commit is contained in:
parent
5f4a7f1967
commit
82fe74a888
1 changed files with 0 additions and 8 deletions
|
@ -17,14 +17,6 @@ module VagrantPlugins
|
|||
(@buckets ||= {})[bucket] = opts
|
||||
end
|
||||
|
||||
def enable_nfs=(value)
|
||||
@ui.warn "The `enable_nfs` config for vagrant-cachier has been deprecated " \
|
||||
"and will be removed on 0.7.0, please use " \
|
||||
"`synced_folder_opts = { type: :nfs }` instead.\n"
|
||||
|
||||
@synced_folder_opts = { type: :nfs } if value
|
||||
end
|
||||
|
||||
def validate(machine)
|
||||
errors = _detected_errors
|
||||
|
||||
|
|
Loading…
Reference in a new issue