diff --git a/lib/vagrant/machine/remote.rb b/lib/vagrant/machine/remote.rb index 28e7f16ca..dbab0149e 100644 --- a/lib/vagrant/machine/remote.rb +++ b/lib/vagrant/machine/remote.rb @@ -374,6 +374,7 @@ module Vagrant folders = Vagrant::Plugin::V2::SyncedFolder::Collection.new synced_folder_clients = client.synced_folders 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])