diff --git a/plugins/commands/serve/service/internal_service.rb b/plugins/commands/serve/service/internal_service.rb index 1cd008e55..c5b3a1f82 100644 --- a/plugins/commands/serve/service/internal_service.rb +++ b/plugins/commands/serve/service/internal_service.rb @@ -50,8 +50,10 @@ module VagrantPlugins config = root_config.vm machine_configs << Hashicorp::Vagrant::VagrantfileComponents::MachineConfig.new( name: mach.to_s, - box: config.box, - provisioners: [] + config_vm: Hashicorp::Vagrant::VagrantfileComponents::ConfigVM.new( + box: config.box, + provisioners: [] + ), ) end