Set disabled even if no disabled option
to override the previous settings
This commit is contained in:
parent
80e2b89242
commit
2c688fda16
|
@ -186,6 +186,7 @@ module VagrantPlugins
|
||||||
options ||= {}
|
options ||= {}
|
||||||
options[:guestpath] = guestpath.to_s.gsub(/\/$/, '')
|
options[:guestpath] = guestpath.to_s.gsub(/\/$/, '')
|
||||||
options[:hostpath] = hostpath
|
options[:hostpath] = hostpath
|
||||||
|
options[:disabled] = options[:disabled] || false
|
||||||
options = (@__synced_folders[options[:guestpath]] || {}).
|
options = (@__synced_folders[options[:guestpath]] || {}).
|
||||||
merge(options.dup)
|
merge(options.dup)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue