👋 to the deprecated enable_nfs config

This commit is contained in:
Fabio Rehm 2014-07-20 20:36:32 -03:00
parent 5f4a7f1967
commit 82fe74a888

View file

@ -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