Reputation: 461
I got a vagrant machine running ubuntu, which always worked. Today I got an error and I couldn't find a fix anywhere so far.
Stderr: VBoxManage: error: Missing argument to '--name'
I get this error when I try 'vagrant up'.
I tried adding a name in the vagrant file and in the puppet file used, but the error keeps showing up.
Any ideas?
Kind regards,
Nick
Upvotes: 0
Views: 524
Reputation: 461
Fixed: The property in the vagrant file shouldn't be "name:" but "id:".
Upvotes: 1