diff --git a/lib/vagrant/machine/remote.rb b/lib/vagrant/machine/remote.rb index a8f65e112..4be218e75 100644 --- a/lib/vagrant/machine/remote.rb +++ b/lib/vagrant/machine/remote.rb @@ -370,8 +370,8 @@ module Vagrant synced_folder_clients.each do |f| next if f[:folder][:disabled] # TODO: get type of synced folder - impl = "virtualbox" - sf = Vagrant::Plugin::V2::SyncedFolder.new(f[:plugin]) + impl = :virtualbox + sf = Vagrant::Plugin::V2::SyncedFolder.new(client: f[:plugin]) # Set plugin, guestpath and hostpath from synced folder info folders[impl] = {f[:folder][:destination] => f[:folder].merge({ plugin: sf,