Nick
Nick

Reputation: 461

Vagrant up gives error: Stderr: VBoxManage: error: Missing argument to '--name'

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

Answers (1)

Nick
Nick

Reputation: 461

Fixed: The property in the vagrant file shouldn't be "name:" but "id:".

Upvotes: 1

Related Questions