Parse Vagrantfile to proto

This commit is contained in:
sophia 2021-05-12 15:42:47 -05:00 committed by Paul Hinze
parent 6899a2a00d
commit c4f0420d72
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0

View File

@ -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