diff --git a/plugins/commands/serve/service.rb b/plugins/commands/serve/service.rb index f55eef671..f56742479 100644 --- a/plugins/commands/serve/service.rb +++ b/plugins/commands/serve/service.rb @@ -38,10 +38,10 @@ module VagrantPlugins end end end - - @cache = Util::Cacher.new end + @cache = Util::Cacher.new + autoload :CapabilityPlatformService, Vagrant.source_root.join("plugins/commands/serve/service/capability_platform_service").to_s autoload :CommandService, Vagrant.source_root.join("plugins/commands/serve/service/command_service").to_s autoload :CommunicatorService, Vagrant.source_root.join("plugins/commands/serve/service/communicator_service").to_s